Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.model
/
Contact
/
Contact
Contact
constructor
(
contactKey
:
String
,
shortName
:
String
,
longName
:
String
,
lastMessageTime
:
String
?
,
lastMessageText
:
String
?
,
unreadCount
:
Int
,
messageCount
:
Int
,
isMuted
:
Boolean
,
isUnmessageable
:
Boolean
,
nodeColors
:
Pair
<
Int
,
Int
>
?
=
null
)