LiveLikeUser
data class LiveLikeUser
Fields
Name | Description |
---|---|
val id: String
|
The id of the user. This value is defined by LiveLike CMS. |
var nickname: String
|
The username of the user. The default value is generated by LiveLike CMS, then this value can be changed if needed/requested. |
val accessToken: String
|
Access token of the user. |
var isWidgetEnabled: Boolean
|
widget feature config for user. |
var isChatEnabled: Boolean
|
chat feature config for user. |
var userPic: String?
|
|
var url: String
|
|
var chat_room_memberships_url: String
|
Constructors
<init>
constructor(id: String, nickname: String, accessToken: String, isWidgetEnabled: Boolean, isChatEnabled: Boolean, userPic: String?, url: String, chat_room_memberships_url: String)
A LiveLikeUser is the representation of a user in the library.
Parameters
Name | Description |
---|---|
id: String
|
|
nickname: String
|
|
accessToken: String
|
|
isWidgetEnabled: Boolean
|
|
isChatEnabled: Boolean
|
|
userPic: String?
|
|
url: String
|
|
chat_room_memberships_url: String
|
A LiveLikeUser is the representation of a user in the library.