MapboxLifecyclePluginImpl

class MapboxLifecyclePluginImpl : MapboxLifecyclePlugin

Concrete implementation of MapboxLifecyclePlugin.

Constructors

MapboxLifecyclePluginImpl
Link copied to clipboard
fun MapboxLifecyclePluginImpl()

Functions

cleanup
Link copied to clipboard
open fun cleanup()
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
initialize
Link copied to clipboard
open fun initialize()
onDelegateProvider
Link copied to clipboard
open fun onDelegateProvider(delegateProvider: MapDelegateProvider)
registerLifecycleObserver
Link copied to clipboard
open override fun registerLifecycleObserver(mapView: View, observer: MapboxLifecycleObserver)
Register a MapboxLifecycleObserver to observe life cycle events from LifecycleOwner
toString
Link copied to clipboard
open fun toString(): String