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
/
FilterPrefs
Filter
Prefs
interface
FilterPrefs
(
source
)
Reactive interface for message filtering preferences.
Members
Properties
filter
Enabled
Link copied to clipboard
abstract
val
filterEnabled
:
StateFlow
<
Boolean
>
filter
Words
Link copied to clipboard
abstract
val
filterWords
:
StateFlow
<
Set
<
String
>
>
Functions
set
Filter
Enabled
Link copied to clipboard
abstract
fun
setFilterEnabled
(
enabled
:
Boolean
)
set
Filter
Words
Link copied to clipboard
abstract
fun
setFilterWords
(
words
:
Set
<
String
>
)