Quobis Android SDK (internal 0.58.0)
Quobis Android SDK (internal 0.58.0)
/
com.quobis.sippo.sipposdk.presence.model
/
Presence
Presence
data
class
Presence
(
userUri
:
String
,
state
:
Presence.State
,
avatar
:
String
?
,
displayName
:
String
?
,
userName
:
String
,
domain
:
String
?
)
Content copied to clipboard
Types
Properties
Types
State
Link copied to clipboard
enum
State
:
Enum
<
Presence.State
>
Content copied to clipboard
Properties
avatar
Link copied to clipboard
var
avatar
:
String
?
Content copied to clipboard
displayName
Link copied to clipboard
var
displayName
:
String
?
Content copied to clipboard
domain
Link copied to clipboard
var
domain
:
String
?
Content copied to clipboard
state
Link copied to clipboard
var
state
:
Presence.State
Content copied to clipboard
userName
Link copied to clipboard
var
userName
:
String
Content copied to clipboard
userUri
Link copied to clipboard
val
userUri
:
String
Content copied to clipboard