Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-prefs
/
org.meshtastic.core.prefs.notification
/
NotificationPrefsImpl
Notification
Prefs
Impl
class
NotificationPrefsImpl
(
dataStore
:
DataStore
<
Preferences
>
,
dispatchers
:
CoroutineDispatchers
)
:
NotificationPrefs
(
source
)
Members
Constructors
Notification
Prefs
Impl
Link copied to clipboard
constructor
(
dataStore
:
DataStore
<
Preferences
>
,
dispatchers
:
CoroutineDispatchers
)
Properties
low
Battery
Enabled
Link copied to clipboard
open
override
val
lowBatteryEnabled
:
StateFlow
<
Boolean
>
messages
Enabled
Link copied to clipboard
open
override
val
messagesEnabled
:
StateFlow
<
Boolean
>
node
Events
Enabled
Link copied to clipboard
open
override
val
nodeEventsEnabled
:
StateFlow
<
Boolean
>
Functions
set
Low
Battery
Enabled
Link copied to clipboard
open
override
fun
setLowBatteryEnabled
(
enabled
:
Boolean
)
set
Messages
Enabled
Link copied to clipboard
open
override
fun
setMessagesEnabled
(
enabled
:
Boolean
)
set
Node
Events
Enabled
Link copied to clipboard
open
override
fun
setNodeEventsEnabled
(
enabled
:
Boolean
)