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
/
FakeNotificationPrefs
Fake
Notification
Prefs
class
FakeNotificationPrefs
:
NotificationPrefs
(
source
)
Members
Constructors
Fake
Notification
Prefs
Link copied to clipboard
constructor
(
)
Properties
low
Battery
Enabled
Link copied to clipboard
open
override
val
lowBatteryEnabled
:
MutableStateFlow
<
Boolean
>
messages
Enabled
Link copied to clipboard
open
override
val
messagesEnabled
:
MutableStateFlow
<
Boolean
>
node
Events
Enabled
Link copied to clipboard
open
override
val
nodeEventsEnabled
:
MutableStateFlow
<
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
)