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
/
AnalyticsPrefs
Analytics
Prefs
interface
AnalyticsPrefs
(
source
)
Reactive interface for analytics-related preferences.
Members
Properties
analytics
Allowed
Link copied to clipboard
abstract
val
analyticsAllowed
:
StateFlow
<
Boolean
>
install
Id
Link copied to clipboard
abstract
val
installId
:
StateFlow
<
String
>
Functions
set
Analytics
Allowed
Link copied to clipboard
abstract
fun
setAnalyticsAllowed
(
allowed
:
Boolean
)