MapboxScreenActionStripProvider
Gives you the ability to override the ActionStrip some of the MapboxScreen.
Screens are entirely customizable with the MapboxScreenManager, but this makes it possible to customize the action buttons without replacing every MapboxScreen.
Constructors
Functions
Link copied to clipboard
open fun getActionStrip(screen: Screen, mapboxScreen: String): ActionStrip
Content copied to clipboard
The entry point for all action strip requests. Override this function when you want to ensure your own actions are used for any screen with customizable actions.