toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-driver
/
com.mapbox.dash.driver.presentation.map
/
ChargingSpeedTogglesViewModel
Charging
Speed
Toggles
View
Model
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
class
ChargingSpeedTogglesViewModel
(
evLayerController
:
EvLayerController
)
:
ViewModel
Members
Constructors
Charging
Speed
Toggles
View
Model
Link copied to clipboard
constructor
(
evLayerController
:
EvLayerController
)
Properties
on
Item
Click
Link copied to clipboard
val
onItemClick
:
(
Int
)
->
Unit
selected
Item
Index
Link copied to clipboard
val
selectedItemIndex
:
MutableStateFlow
<
Int
?
>
visible
Link copied to clipboard
val
visible
:
MutableStateFlow
<
Boolean
>
Functions
add
Closeable
Link copied to clipboard
open
fun
addCloseable
(
@
NonNull
p0
:
Closeable
)