Delete Group
#
Delete a groupTo delete a group locally call the below method.
- Java
- Kotlin
warning
Deleting a group only delete the group data locally its doesn't delete the group in the server or to other users.
Argument | Data type | Description |
---|---|---|
GROUP_JID | String | Jid of the group |
CALLBACK | FlyCallback | FlyCallback implemented as lambda expression |
#
Delete offline groupTo delete a offline group which is not yet available online(created in server) call the below method.
- Java
- Kotlin
Argument | Type | Description |
---|---|---|
GROUP_JID | String | Jid of the group |