toggle menu
Quobis Android SDK (internal 2.7.0)
androidJvm
switch theme
search in API
Quobis Android SDK (internal 2.7.0)
/
com.quobis.sippo.sipposdk.presence.model
/
ExternalPresenceSubscription
External
Presence
Subscription
data
class
ExternalPresenceSubscription
(
val
presences
:
List
<
ExternalPresence
>
,
val
expiresAt
:
Instant
)
Members
Constructors
External
Presence
Subscription
Link copied to clipboard
constructor
(
presences
:
List
<
ExternalPresence
>
,
expiresAt
:
Instant
)
Properties
expires
At
Link copied to clipboard
val
expiresAt
:
Instant
presences
Link copied to clipboard
val
presences
:
List
<
ExternalPresence
>