sippo-sdk / com.quobis.sippo.sipposdk.group.listener / GroupListener

GroupListener

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.

Functions

onGroupUpdated

abstract fun onGroupUpdated(group: Group, groupInfo: GroupInfo): Unit

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