toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-android
/
com.mapbox.dash.sdk.plugin.settings
/
SettingsPlugin
Settings
Plugin
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
interface
SettingsPlugin
:
Plugin
Members
Properties
about
Settings
Screen
Link copied to clipboard
abstract
val
aboutSettingsScreen
:
Provider
<
@
Composable
(
)
->
Unit
>
debug
Navilink
Screen
Link copied to clipboard
abstract
val
debugNavilinkScreen
:
Provider
<
@
Composable
(
)
->
Unit
>
debug
Settings
Screen
Link copied to clipboard
abstract
val
debugSettingsScreen
:
Provider
<
@
Composable
(
)
->
Unit
>
default
Setting
Value
Provider
Link copied to clipboard
abstract
val
defaultSettingValueProvider
:
DefaultSettingValueProvider
map
Gpt
Capability
Settings
Screen
Link copied to clipboard
abstract
val
mapGptCapabilitySettingsScreen
:
Provider
<
@
Composable
(
)
->
Unit
>
map
Gpt
Settings
Screen
Link copied to clipboard
abstract
val
mapGptSettingsScreen
:
Provider
<
@
Composable
(
)
->
Unit
>
show
Settings
Simulate
System
Bar
Link copied to clipboard
abstract
val
showSettingsSimulateSystemBar
:
Provider
<
Boolean
>
theme
Ui
Modes
Setting
Link copied to clipboard
abstract
val
themeUiModesSetting
:
Map
<
UiModeSettings
,
Pair
<
Int
,
Int
?
>
>
Functions
install
Extra
Definitions
Link copied to clipboard
abstract
fun
installExtraDefinitions
(
module
:
Module
)