toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-settings-ui
/
com.mapbox.dash.settings.presentation.viewmodel
/
SpeedLimitSignViewModel
Speed
Limit
Sign
View
Model
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
class
SpeedLimitSignViewModel
(
debugModeRepository
:
DebugModeRepository
)
:
ViewModel
Members
Constructors
Speed
Limit
Sign
View
Model
Link copied to clipboard
constructor
(
debugModeRepository
:
DebugModeRepository
)
Properties
debug
Speed
Limit
Sign
Link copied to clipboard
val
debugSpeedLimitSign
:
PersistedMutableStateFlow
<
DebugSpeedLimitSign
>
Functions
add
Closeable
Link copied to clipboard
open
fun
addCloseable
(
@
NonNull
p0
:
Closeable
)