onGroupUpdated

abstract fun onGroupUpdated(groups: Groups, group: Group)

Performs any actions that could be required when the group information (name or participants) is updated.

Parameters

groups

Group instance.

group

The group with the updated information.