Skip to main content
Deprecated: The Ionic Cordova SDK is deprecated. For new Ionic/Cordova applications, please use the JavaScript SDK which provides full compatibility with Ionic applications.

Update Group

In other words, as a group owner, how can I update the group details? You can update the existing details of the group using the updateGroup() method.
This method takes an instance of the Group class as a parameter which should contain the data that you wish to update. After a successful update of the group, you will receive an instance of Group class containing update information of the group. For more information on the Group class, please check here.