interface GroupListener
A listener to receive Group events.
This interface includes the callback needed to listen to the event associated with one particular Group and to perform the appropriate actions when this event is received.
abstract fun onGroupUpdated(group: Group, groupInfo: GroupInfo): Unit
Performs any actions that could be required when the group information (name or participants) is updated. |