Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-data
/
org.meshtastic.core.data.manager
/
MessageFilterImpl
Message
Filter
Impl
class
MessageFilterImpl
(
filterPrefs
:
FilterPrefs
)
:
MessageFilter
(
source
)
Implementation of
MessageFilter
that uses regex and plain text matching.
Members
Constructors
Message
Filter
Impl
Link copied to clipboard
constructor
(
filterPrefs
:
FilterPrefs
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
rebuild
Patterns
Link copied to clipboard
open
override
fun
rebuildPatterns
(
)
should
Filter
Link copied to clipboard
open
override
fun
shouldFilter
(
message
:
String
,
isFilteringDisabled
:
Boolean
)
:
Boolean