Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-repository
/
org.meshtastic.core.repository
/
NotificationPrefs
Notification
Prefs
interface
NotificationPrefs
(
source
)
Reactive interface for notification preferences.
Members
Properties
low
Battery
Enabled
Link copied to clipboard
abstract
val
lowBatteryEnabled
:
StateFlow
<
Boolean
>
messages
Enabled
Link copied to clipboard
abstract
val
messagesEnabled
:
StateFlow
<
Boolean
>
node
Events
Enabled
Link copied to clipboard
abstract
val
nodeEventsEnabled
:
StateFlow
<
Boolean
>
Functions
set
Low
Battery
Enabled
Link copied to clipboard
abstract
fun
setLowBatteryEnabled
(
enabled
:
Boolean
)
set
Messages
Enabled
Link copied to clipboard
abstract
fun
setMessagesEnabled
(
enabled
:
Boolean
)
set
Node
Events
Enabled
Link copied to clipboard
abstract
fun
setNodeEventsEnabled
(
enabled
:
Boolean
)