interface PresencesListener
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.
abstract fun onPresenceUpdated(presences: Presences, presence: Presence): Unit
Performs any actions that could be required when a presence is updated. |