Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-testing
/
org.meshtastic.core.testing
/
FakeContactRepository
/
Contact
Contact
data
class
Contact
(
val
userId
:
String
,
val
name
:
String
,
val
lastMessageTime
:
Long
=
0
)
(
source
)
Members
Constructors
Contact
Link copied to clipboard
constructor
(
userId
:
String
,
name
:
String
,
lastMessageTime
:
Long
=
0
)
Properties
last
Message
Time
Link copied to clipboard
val
lastMessageTime
:
Long
name
Link copied to clipboard
val
name
:
String
user
Id
Link copied to clipboard
val
userId
:
String