toggle menu
BlendVisionMessageSDK
androidJvm
switch theme
search in API
common
/
com.blendvision.chat.messaging.common.presentation
/
BlockedUser
Blocked
User
data
class
BlockedUser
(
val
actionTaker
:
ActionTaker
,
val
customName
:
String
,
val
deviceId
:
String
,
val
id
:
String
)
Members
Constructors
Blocked
User
Link copied to clipboard
constructor
(
actionTaker
:
ActionTaker
,
customName
:
String
,
deviceId
:
String
,
id
:
String
)
Properties
action
Taker
Link copied to clipboard
@
SerializedName
(
value
=
"action_taker"
)
val
actionTaker
:
ActionTaker
custom
Name
Link copied to clipboard
@
SerializedName
(
value
=
"custom_name"
)
val
customName
:
String
device
Id
Link copied to clipboard
@
SerializedName
(
value
=
"device_id"
)
val
deviceId
:
String
id
Link copied to clipboard
@
SerializedName
(
value
=
"id"
)
val
id
:
String