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
/
ContactSettings
Contact
Settings
common
data
class
ContactSettings
(
val
contactKey
:
String
,
val
muteUntil
:
Long
=
0
,
val
lastReadMessageUuid
:
Long
?
=
null
,
val
lastReadMessageTimestamp
:
Long
?
=
null
,
val
filteringDisabled
:
Boolean
=
false
,
val
isMuted
:
Boolean
=
false
)
(
source
)
Members
Constructors
Contact
Settings
Link copied to clipboard
common
constructor
(
contactKey
:
String
,
muteUntil
:
Long
=
0
,
lastReadMessageUuid
:
Long
?
=
null
,
lastReadMessageTimestamp
:
Long
?
=
null
,
filteringDisabled
:
Boolean
=
false
,
isMuted
:
Boolean
=
false
)
Properties
contact
Key
Link copied to clipboard
common
val
contactKey
:
String
filtering
Disabled
Link copied to clipboard
common
val
filteringDisabled
:
Boolean
is
Muted
Link copied to clipboard
common
val
isMuted
:
Boolean
last
Read
Message
Timestamp
Link copied to clipboard
common
val
lastReadMessageTimestamp
:
Long
?
last
Read
Message
Uuid
Link copied to clipboard
common
val
lastReadMessageUuid
:
Long
?
mute
Until
Link copied to clipboard
common
val
muteUntil
:
Long