toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-settings-ui
/
com.mapbox.dash.settings.presentation.model
/
CustomSettings
Custom
Settings
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
data
class
CustomSettings
(
@
StringRes
val
titleTextId
:
Int
,
val
screenContent
:
@
Composable
(
NavHostController
)
->
Unit
)
Members
Constructors
Custom
Settings
Link copied to clipboard
constructor
(
@
StringRes
titleTextId
:
Int
,
screenContent
:
@
Composable
(
NavHostController
)
->
Unit
)
Properties
screen
Content
Link copied to clipboard
val
screenContent
:
@
Composable
(
NavHostController
)
->
Unit
title
Text
Id
Link copied to clipboard
val
titleTextId
:
Int