sippo-sdk / com.quobis.sippo.sipposdk.presence.listener / PresencesListener

PresencesListener

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.

Functions

onPresenceUpdated

abstract fun onPresenceUpdated(presences: Presences, presence: Presence): Unit

Performs any actions that could be required when a presence is updated.