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
/
FakeFilterPrefs
Fake
Filter
Prefs
class
FakeFilterPrefs
:
FilterPrefs
(
source
)
Members
Constructors
Fake
Filter
Prefs
Link copied to clipboard
constructor
(
)
Properties
filter
Enabled
Link copied to clipboard
open
override
val
filterEnabled
:
MutableStateFlow
<
Boolean
>
filter
Words
Link copied to clipboard
open
override
val
filterWords
:
MutableStateFlow
<
Set
<
String
>
>
Functions
set
Filter
Enabled
Link copied to clipboard
open
override
fun
setFilterEnabled
(
enabled
:
Boolean
)
set
Filter
Words
Link copied to clipboard
open
override
fun
setFilterWords
(
words
:
Set
<
String
>
)