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.tak
/
TakPrefsImpl
Tak
Prefs
Impl
class
TakPrefsImpl
(
dataStore
:
DataStore
<
Preferences
>
,
dispatchers
:
CoroutineDispatchers
)
:
TakPrefs
(
source
)
Members
Constructors
Tak
Prefs
Impl
Link copied to clipboard
constructor
(
dataStore
:
DataStore
<
Preferences
>
,
dispatchers
:
CoroutineDispatchers
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
is
Tak
Server
Enabled
Link copied to clipboard
open
override
val
isTakServerEnabled
:
StateFlow
<
Boolean
>
Functions
set
Tak
Server
Enabled
Link copied to clipboard
open
override
fun
setTakServerEnabled
(
enabled
:
Boolean
)