Cloudike Android Libraries
Toggle table of contents
6.0.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Cloudike Android Libraries
Contacts Library
/
com.cloudike.sdk.contacts
/
ContactItem
/
InstantMessage
Instant
Message
data
class
InstantMessage
(
val
type
:
String
?
,
val
value
:
String
,
val
label
:
String
?
)
:
Parcelable
Members
Constructors
Instant
Message
Link copied to clipboard
constructor
(
type
:
String
?
,
value
:
String
,
label
:
String
?
)
Properties
label
Link copied to clipboard
@
SerializedName
(
value
=
"label"
)
val
label
:
String
?
type
Link copied to clipboard
@
SerializedName
(
value
=
"type"
)
val
type
:
String
?
value
Link copied to clipboard
@
SerializedName
(
value
=
"value"
)
val
value
:
String