kalium
common
persistence
/
com.wire.kalium.persistence.dao.message
/
ButtonEntity
Button
Entity
class
ButtonEntity
(
val
text
:
String
,
val
id
:
String
,
val
isSelected
:
Boolean
)
Members
Constructors
Button
Entity
Link copied to clipboard
constructor
(
text
:
String
,
id
:
String
,
isSelected
:
Boolean
)
Properties
id
Link copied to clipboard
val
id
:
String
is
Selected
Link copied to clipboard
val
isSelected
:
Boolean
text
Link copied to clipboard
val
text
:
String