Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.navigation
/
ContactsRoutes
/
Messages
Messages
@
Serializable
data
class
Messages
(
val
contactKey
:
String
,
val
message
:
String
=
""
)
:
Route
Members
Constructors
Messages
Link copied to clipboard
constructor
(
contactKey
:
String
,
message
:
String
=
""
)
Properties
contact
Key
Link copied to clipboard
val
contactKey
:
String
message
Link copied to clipboard
val
message
:
String