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.filter
/
FilterPrefsImpl
Filter
Prefs
Impl
class
FilterPrefsImpl
(
dataStore
:
FilterDataStore
,
dispatchers
:
CoroutineDispatchers
)
:
FilterPrefs
(
source
)
Members
Constructors
Filter
Prefs
Impl
Link copied to clipboard
constructor
(
dataStore
:
FilterDataStore
,
dispatchers
:
CoroutineDispatchers
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
filter
Enabled
Link copied to clipboard
open
override
val
filterEnabled
:
StateFlow
<
Boolean
>
filter
Words
Link copied to clipboard
open
override
val
filterWords
:
StateFlow
<
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
>
)