Presences Listener
A listener to receive presence events.
This interface includes all the callbacks needed to listen to presence events and to perform the appropriate actions when any of these events are received.
Functions
Link copied to clipboard
abstract fun onLocalPresenceUpdated(presences: Presences, presence: Presence)
Content copied to clipboard
Performs any actions that could be required when the presence of the local user is updated.
Link copied to clipboard
abstract fun onRemotePresenceUpdated(presences: Presences, presence: Presence)
Content copied to clipboard
Performs any actions that could be required when the presence of a remote user is updated.