MapboxLifecycleObserver

MapboxLifecycleObserver interface defines the lifecycle events that needed by MapView.

Functions

Link copied to clipboard
abstract fun onDestroy()

Called to dispose the renderer

Link copied to clipboard
abstract fun onLowMemory()

Called to reduce memory use

Link copied to clipboard
abstract fun onStart()

Called to start rendering

Link copied to clipboard
abstract fun onStop()

Called to stop rendering

Inheritors

Link copied to clipboard