Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-model
/
org.meshtastic.core.model.service
/
ServiceAction
Service
Action
sealed
class
ServiceAction
(
source
)
Inheritors
GetDeviceMetadata
Favorite
Ignore
Mute
Reaction
ImportContact
SendContact
Members
Types
Favorite
Link copied to clipboard
data
class
Favorite
(
val
node
:
Node
)
:
ServiceAction
Get
Device
Metadata
Link copied to clipboard
data
class
GetDeviceMetadata
(
val
destNum
:
Int
)
:
ServiceAction
Ignore
Link copied to clipboard
data
class
Ignore
(
val
node
:
Node
)
:
ServiceAction
Import
Contact
Link copied to clipboard
data
class
ImportContact
(
val
contact
:
SharedContact
)
:
ServiceAction
Mute
Link copied to clipboard
data
class
Mute
(
val
node
:
Node
)
:
ServiceAction
Reaction
Link copied to clipboard
data
class
Reaction
(
val
emoji
:
String
,
val
replyId
:
Int
,
val
contactKey
:
String
)
:
ServiceAction
Send
Contact
Link copied to clipboard
class
SendContact
(
val
contact
:
SharedContact
)
:
ServiceAction
Sends a shared contact (identity + public key) to the firmware's NodeDB.