Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.database.entity
/
ReactionEntity
Reaction
Entity
data
class
ReactionEntity
(
val
replyId
:
Int
,
val
userId
:
String
,
val
emoji
:
String
,
val
timestamp
:
Long
)
Members
Constructors
Reaction
Entity
Link copied to clipboard
constructor
(
replyId
:
Int
,
userId
:
String
,
emoji
:
String
,
timestamp
:
Long
)
Properties
emoji
Link copied to clipboard
val
emoji
:
String
reply
Id
Link copied to clipboard
val
replyId
:
Int
timestamp
Link copied to clipboard
val
timestamp
:
Long
user
Id
Link copied to clipboard
val
userId
:
String