AI Integration Quick Reference
AI Integration Quick Reference
Update Group
UseupdateGroup() with a Group object containing the fields you want to update.
- Java
- Kotlin
Group class as a parameter, which should contain the data you wish to update.
| Parameter | Description |
|---|---|
group | An instance of the Group class |
Group class containing the updated information of the group.
There is no real-time event listener available to receive updated group details when the
updateGroup() method is called. To get the latest group information, you need to fetch the group details again using the appropriate method.Group class, please check here