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
/
MeshLogPrefs
Mesh
Log
Prefs
common
interface
MeshLogPrefs
(
source
)
Reactive interface for mesh log preferences.
Members
Types
Companion
Link copied to clipboard
common
object
Companion
Properties
logging
Enabled
Link copied to clipboard
common
abstract
val
loggingEnabled
:
ERROR CLASS: Symbol not found for StateFlow<kotlin/Boolean>
retention
Days
Link copied to clipboard
common
abstract
val
retentionDays
:
ERROR CLASS: Symbol not found for StateFlow<kotlin/Int>
Functions
set
Logging
Enabled
Link copied to clipboard
common
abstract
fun
setLoggingEnabled
(
enabled
:
Boolean
)
set
Retention
Days
Link copied to clipboard
common
abstract
fun
setRetentionDays
(
days
:
Int
)