LifecyclePlugin

interface LifecyclePlugin

Interface for plugins interacting with the lifecycle of the hosting context.

Functions

onStart
Link copied to clipboard
open fun onStart()

Called whenever activity's/fragment's lifecycle is entering a "started" state.

onStop
Link copied to clipboard
open fun onStop()

Called whenever activity's/fragment's lifecycle is entering a "stopped" state.

Inheritors

AttributionPlugin
Link copied to clipboard
CompassPlugin
Link copied to clipboard
LocationComponentPlugin
Link copied to clipboard