Quobis Android SDK (internal 0.58.0)
Quobis Android SDK (internal 0.58.0)
/
com.quobis.sippo.sipposdk.agenda.model
/
Contact
Contact
data
class
Contact
(
id
:
String
,
name
:
String
,
source
:
Contact.Source
,
isFavorite
:
Boolean
,
phones
:
List
<
Phone
>
,
emails
:
List
<
Email
>
,
associatedUserId
:
String
?
,
avatar
:
String
?
,
state
:
Presence.State
?
,
userName
:
String
?
,
displayName
:
String
?
,
domain
:
String
?
)
Content copied to clipboard
Types
Functions
Properties
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Source
Link copied to clipboard
sealed
class
Source
:
Parcelable
Content copied to clipboard
Functions
update
With
Link copied to clipboard
fun
updateWith
(
presence
:
Presence
)
:
Contact
Content copied to clipboard
Properties
associatedUserId
Link copied to clipboard
val
associatedUserId
:
String
?
Content copied to clipboard
avatar
Link copied to clipboard
val
avatar
:
String
?
=
null
Content copied to clipboard
displayName
Link copied to clipboard
val
displayName
:
String
?
=
null
Content copied to clipboard
domain
Link copied to clipboard
val
domain
:
String
?
=
null
Content copied to clipboard
emails
Link copied to clipboard
val
emails
:
List
<
Email
>
Content copied to clipboard
id
Link copied to clipboard
val
id
:
String
Content copied to clipboard
isFavorite
Link copied to clipboard
val
isFavorite
:
Boolean
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
phones
Link copied to clipboard
val
phones
:
List
<
Phone
>
Content copied to clipboard
source
Link copied to clipboard
val
source
:
Contact.Source
Content copied to clipboard
state
Link copied to clipboard
val
state
:
Presence.State
?
Content copied to clipboard
userName
Link copied to clipboard
val
userName
:
String
?
=
null
Content copied to clipboard