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
/
SocialProfile
Social
Profile
data
class
SocialProfile
(
val
type
:
String
,
val
label
:
String
?
,
val
username
:
String
?
,
val
userId
:
String
?
,
val
url
:
String
?
)
:
Parcelable
Members
Constructors
Social
Profile
Link copied to clipboard
constructor
(
type
:
String
,
label
:
String
?
,
username
:
String
?
,
userId
:
String
?
,
url
:
String
?
)
Properties
label
Link copied to clipboard
@
SerializedName
(
value
=
"label"
)
val
label
:
String
?
type
Link copied to clipboard
@
SerializedName
(
value
=
"type"
)
val
type
:
String
url
Link copied to clipboard
@
SerializedName
(
value
=
"url"
)
val
url
:
String
?
user
Id
Link copied to clipboard
@
SerializedName
(
value
=
"userId"
)
val
userId
:
String
?
username
Link copied to clipboard
@
SerializedName
(
value
=
"username"
)
val
username
:
String
?