Sendbird Calls Android SDK v1.11.9
/
com.sendbird.calls
/
User
User
open class
User
:
Serializable
Content copied to clipboard
Properties
Inheritors
Properties
isActive
Link copied to clipboard
@
SerializedName
(
value =
"is_active"
)
val
isActive
:
Boolean
Content copied to clipboard
Is active.
metaData
Link copied to clipboard
@
SerializedName
(
value =
"metadata"
)
val
metaData
:
Map
<
String
,
String
>?
Content copied to clipboard
Gets meta data.
nickname
Link copied to clipboard
@
SerializedName
(
value =
"nickname"
)
val
nickname
:
String
?
Content copied to clipboard
Gets nickname.
profileUrl
Link copied to clipboard
@
SerializedName
(
value =
"profile_url"
)
val
profileUrl
:
String
?
Content copied to clipboard
Gets profile url.
userId
Link copied to clipboard
@
SerializedName
(
value =
"user_id"
)
val
userId
:
String
Content copied to clipboard
Gets user ID.
Inheritors
DirectCallUser
Link copied to clipboard