LifecyclePlugin

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

interface LifecyclePlugin

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
onStart
Link copied to clipboard

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

open fun onStart()
onStop
Link copied to clipboard

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

open fun onStop()
toString
Link copied to clipboard
open override fun toString(): String

Inheritors

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