toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-dash-config
/
com.mapbox.dash.sdk.config.api
/
DashSearchPanelButton
/
Custom
Custom
@
Serializable
class
Custom
(
val
id
:
String
,
@
DrawableRes
val
iconId
:
Int
,
val
onClick
:
(
)
->
Unit
=
{}
)
:
DashSearchPanelButton
Members
Constructors
Custom
Link copied to clipboard
constructor
(
id
:
String
,
@
DrawableRes
iconId
:
Int
,
onClick
:
(
)
->
Unit
=
{}
)
Properties
icon
Id
Link copied to clipboard
val
iconId
:
Int
id
Link copied to clipboard
open
override
val
id
:
String
Unique identifier for the search panel button.
on
Click
Link copied to clipboard
val
onClick
:
(
)
->
Unit
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int