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.map
/
MapConsentPrefsImpl
Map
Consent
Prefs
Impl
class
MapConsentPrefsImpl
(
dataStore
:
DataStore
<
Preferences
>
,
dispatchers
:
CoroutineDispatchers
)
:
MapConsentPrefs
(
source
)
Members
Constructors
Map
Consent
Prefs
Impl
Link copied to clipboard
constructor
(
dataStore
:
DataStore
<
Preferences
>
,
dispatchers
:
CoroutineDispatchers
)
Functions
set
Should
Report
Location
Link copied to clipboard
open
override
fun
setShouldReportLocation
(
nodeNum
:
Int
?
,
report
:
Boolean
)
should
Report
Location
Link copied to clipboard
open
override
fun
shouldReportLocation
(
nodeNum
:
Int
?
)
:
StateFlow
<
Boolean
>