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.meshlog
/
MeshLogPrefsImpl
Mesh
Log
Prefs
Impl
class
MeshLogPrefsImpl
(
dataStore
:
DataStore
<
Preferences
>
,
dispatchers
:
CoroutineDispatchers
)
:
MeshLogPrefs
(
source
)
Members
Constructors
Mesh
Log
Prefs
Impl
Link copied to clipboard
constructor
(
dataStore
:
DataStore
<
Preferences
>
,
dispatchers
:
CoroutineDispatchers
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
logging
Enabled
Link copied to clipboard
open
override
val
loggingEnabled
:
StateFlow
<
Boolean
>
retention
Days
Link copied to clipboard
open
override
val
retentionDays
:
StateFlow
<
Int
>
Functions
set
Logging
Enabled
Link copied to clipboard
open
override
fun
setLoggingEnabled
(
enabled
:
Boolean
)
set
Retention
Days
Link copied to clipboard
open
override
fun
setRetentionDays
(
days
:
Int
)