MapboxScreenOperation

object MapboxScreenOperation

Types

Link copied to clipboard
annotation class Type

Retention policy for the OpenLRSideOfRoad

Properties

Link copied to clipboard
const val CREATED: String

Triggered when MapboxScreenManager.createScreen is used.

Link copied to clipboard
const val GO_BACK: String

Triggered when MapboxScreenManager.goBack is called and the call successfully changed screens to a previous screen on the back-stack.

Link copied to clipboard
const val PUSH: String

Triggered when MapboxScreenManager.push is called.

Link copied to clipboard
const val REPLACE_TOP: String

Triggered when MapboxScreenManager.replaceTop is called.