toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-debug-info
/
com.mapbox.dash.sdk.debuginfo.presentation
/
SystemBarMockupViewModel
System
Bar
Mockup
View
Model
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
class
SystemBarMockupViewModel
(
debugModeRepository
:
DebugModeRepository
)
:
ViewModel
Members
Constructors
System
Bar
Mockup
View
Model
Link copied to clipboard
constructor
(
debugModeRepository
:
DebugModeRepository
)
Properties
visible
Link copied to clipboard
val
visible
:
StateFlow
<
Boolean
>
Functions
add
Closeable
Link copied to clipboard
open
fun
addCloseable
(
@
NonNull
p0
:
Closeable
)