toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-settings-ui
/
com.mapbox.dash.settings.presentation.ui.component
/
ButtonInfo
Button
Info
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
data
class
ButtonInfo
(
val
title
:
String
,
val
onClick
:
(
)
->
Unit
=
{}
,
val
enabled
:
Boolean
=
true
)
Members
Constructors
Button
Info
Link copied to clipboard
constructor
(
title
:
String
,
onClick
:
(
)
->
Unit
=
{}
,
enabled
:
Boolean
=
true
)
Properties
enabled
Link copied to clipboard
val
enabled
:
Boolean
=
true
on
Click
Link copied to clipboard
val
onClick
:
(
)
->
Unit
title
Link copied to clipboard
val
title
:
String