Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.service
/
ServiceAction
Service
Action
sealed
class
ServiceAction
Inheritors
GetDeviceMetadata
Favorite
Ignore
Reaction
AddSharedContact
Members
Types
Add
Shared
Contact
Link copied to clipboard
data
class
AddSharedContact
(
val
contact
:
<Error class: unknown class>
)
:
ServiceAction
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
Reaction
Link copied to clipboard
data
class
Reaction
(
val
emoji
:
String
,
val
replyId
:
Int
,
val
contactKey
:
String
)
:
ServiceAction