toggle menu
ZappBase
androidJvm
switch theme
search in API
Chat
/
com.zappstudio.zappchat.data.entity
/
ChatDeviceEntity
Chat
Device
Entity
data
class
ChatDeviceEntity
(
var
id
:
String
=
""
,
var
device_type
:
Int
=
0
,
var
token
:
String
=
""
)
Members
Constructors
Chat
Device
Entity
Link copied to clipboard
constructor
(
id
:
String
=
""
,
device_type
:
Int
=
0
,
token
:
String
=
""
)
Properties
device_type
Link copied to clipboard
var
device_type
:
Int
id
Link copied to clipboard
var
id
:
String
token
Link copied to clipboard
var
token
:
String