Quobis Android SDK (internal 0.75.0)
Quobis Android SDK (internal 0.75.0)
/
com.quobis.sippo.sipposdk.user.model
/
User
User
data
class
User
:
Parcelable
Content copied to clipboard
Functions
Properties
Functions
contains
Link copied to clipboard
fun
contains
(
identifier
:
String
)
:
Boolean
Content copied to clipboard
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
Content copied to clipboard
update
With
Link copied to clipboard
fun
updateWith
(
presence
:
Presence
)
:
User
Content copied to clipboard
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Content copied to clipboard
Properties
alias
Link copied to clipboard
val
alias
:
String
Content copied to clipboard
avatar
Link copied to clipboard
val
avatar
:
String
?
Content copied to clipboard
avatarUrl
Link copied to clipboard
val
avatarUrl
:
String
?
Content copied to clipboard
displayName
Link copied to clipboard
val
displayName
:
String
?
Content copied to clipboard
domain
Link copied to clipboard
val
domain
:
String
Content copied to clipboard
email
Link copied to clipboard
val
email
:
Email
Content copied to clipboard
id
Link copied to clipboard
val
id
:
String
Content copied to clipboard
phones
Link copied to clipboard
val
phones
:
List
<
Phone
>
Content copied to clipboard
state
Link copied to clipboard
val
state
:
Presence.State
Content copied to clipboard
uri
Link copied to clipboard
val
uri
:
String
Content copied to clipboard
username
Link copied to clipboard
val
username
:
String
Content copied to clipboard