MapboxScreenActionStripProvider

open class 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

Link copied to clipboard
fun MapboxScreenActionStripProvider()

Functions

Link copied to clipboard
open fun getActionStrip(screen: Screen, mapboxScreen: String): ActionStrip

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.