sippo-sdk / com.quobis.sippo.sipposdk.presence / PresencesRx / getPresences

getPresences

fun getPresences(withoutAvatar: Boolean): Single<List<Presence>>

Fetches all the presences to which the current user is subscribed.

Parameters

withoutAvatar - True if you want to recover the presences without the avatar and false otherwise.

Return
A single that will emit the presence list when the request is processed. In case of error, it will emit a SippoResourceError.