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
:
UiDataStore
,
dispatchers
:
CoroutineDispatchers
)
:
TakPrefs
(
source
)
Members
Constructors
Tak
Prefs
Impl
Link copied to clipboard
constructor
(
dataStore
:
UiDataStore
,
dispatchers
:
CoroutineDispatchers
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
is
Mesh
To
Cot
Enabled
Link copied to clipboard
open
override
val
isMeshToCotEnabled
:
StateFlow
<
Boolean
>
is
Tak
Server
Enabled
Link copied to clipboard
open
override
val
isTakServerEnabled
:
StateFlow
<
Boolean
>
tak
Server
Channel
Link copied to clipboard
open
override
val
takServerChannel
:
StateFlow
<
Int
>
Functions
set
Mesh
To
Cot
Enabled
Link copied to clipboard
open
override
fun
setMeshToCotEnabled
(
enabled
:
Boolean
)
set
Tak
Server
Channel
Link copied to clipboard
open
override
fun
setTakServerChannel
(
index
:
Int
)
set
Tak
Server
Enabled
Link copied to clipboard
open
override
fun
setTakServerEnabled
(
enabled
:
Boolean
)