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

getPresenceForContact

fun getPresenceForContact(contact: Contact): Maybe<Presence>

Fetches the presence for the specified contact.

Parameters

contact - Contact whose presence is requested.

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