onGroupDeleted

abstract fun onGroupDeleted(groups: Groups, groupId: String)

Performs any actions that could be required when the group specified by groupId is deleted.

Parameters

groups

Group service.

groupId

Identifier of the deleted group.