toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-driver
/
com.mapbox.dash.driver.presentation
/
FastChargeTipViewState
Fast
Charge
Tip
View
State
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
data
class
FastChargeTipViewState
(
val
visible
:
State
<
Boolean
>
=
mutableStateOf(false)
)
Members
Constructors
Fast
Charge
Tip
View
State
Link copied to clipboard
constructor
(
visible
:
State
<
Boolean
>
=
mutableStateOf(false)
)
Properties
visible
Link copied to clipboard
val
visible
:
State
<
Boolean
>