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
/
Event
Event
data
class
Event
(
val
type
:
String
,
val
value
:
String
)
:
Parcelable
Members
Constructors
Event
Link copied to clipboard
constructor
(
type
:
String
,
value
:
String
)
Properties
type
Link copied to clipboard
@
SerializedName
(
value
=
"type"
)
val
type
:
String
value
Link copied to clipboard
@
SerializedName
(
value
=
"value"
)
val
value
:
String