Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-database
/
org.meshtastic.core.database.entity
/
ContactSettings
Contact
Settings
common
data
class
ContactSettings
(
val
contact_key
:
String
,
val
muteUntil
:
Long
=
0
,
val
lastReadMessageUuid
:
Long
?
=
null
,
val
lastReadMessageTimestamp
:
Long
?
=
null
,
val
filteringDisabled
:
Boolean
=
false
)
(
source
)
Members
Constructors
Contact
Settings
Link copied to clipboard
common
constructor
(
contact_key
:
String
,
muteUntil
:
Long
=
0
,
lastReadMessageUuid
:
Long
?
=
null
,
lastReadMessageTimestamp
:
Long
?
=
null
,
filteringDisabled
:
Boolean
=
false
)
Properties
contact_
key
Link copied to clipboard
common
val
contact_key
:
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