Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-repository
/
org.meshtastic.core.repository
/
PersistedReaction
Persisted
Reaction
data
class
PersistedReaction
(
val
id
:
PersistedReactionId
,
val
reaction
:
Reaction
)
(
source
)
A persisted reaction paired with the exact row identity needed by durable background work.
Members
Constructors
Persisted
Reaction
Link copied to clipboard
constructor
(
id
:
PersistedReactionId
,
reaction
:
Reaction
)
Properties
id
Link copied to clipboard
val
id
:
PersistedReactionId
reaction
Link copied to clipboard
val
reaction
:
Reaction