toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-settings-ui
/
com.mapbox.dash.settings.presentation
/
DestinationsRepository
Destinations
Repository
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
class
DestinationsRepository
Members
Constructors
Destinations
Repository
Link copied to clipboard
constructor
(
)
Properties
destinations
Link copied to clipboard
val
destinations
:
StateFlow
<
List
<
SettingsNavDestination
>
>
Functions
register
Destinations
Link copied to clipboard
fun
registerDestinations
(
destinations
:
List
<
SettingsNavDestination
>
)
unregister
Destinations
Link copied to clipboard
fun
unregisterDestinations
(
destinations
:
List
<
SettingsNavDestination
>
)