toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-screen-controls
/
com.mapbox.dash.screen.controls
/
CloseBackButtonHandler
Close
Back
Button
Handler
class
CloseBackButtonHandler
Members
Constructors
Close
Back
Button
Handler
Link copied to clipboard
constructor
(
)
Properties
action
To
Handle
Link copied to clipboard
val
actionToHandle
:
Flow
<
ScreenControlAction
>
close
Action
Link copied to clipboard
val
closeAction
:
Flow
<
ScreenControlAction
?
>
Functions
on
Close
Clicked
Link copied to clipboard
fun
onCloseClicked
(
)
update
Close
Visibility
For
Action
Link copied to clipboard
fun
updateCloseVisibilityForAction
(
action
:
ScreenControlAction
,
visible
:
Boolean
)