toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-settings-ui
/
com.mapbox.dash.settings.presentation.viewmodel
/
IncidentsViewModel
Incidents
View
Model
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
class
IncidentsViewModel
(
settingsRepository
:
SettingsRepository
)
:
ViewModel
Members
Constructors
Incidents
View
Model
Link copied to clipboard
constructor
(
settingsRepository
:
SettingsRepository
)
Properties
map
Incidents
Visibility
Type
Link copied to clipboard
val
mapIncidentsVisibilityType
:
MutableStateFlow
<
MapIncidentsVisibilityType
>
route
Line
Data
Is
Enabled
Link copied to clipboard
val
routeLineDataIsEnabled
:
MutableStateFlow
<
Boolean
>
route
Line
Incidents
Are
Enabled
Link copied to clipboard
val
routeLineIncidentsAreEnabled
:
MutableStateFlow
<
Boolean
>
Functions
add
Closeable
Link copied to clipboard
open
fun
addCloseable
(
@
NonNull
p0
:
Closeable
)