LifecyclePlugin

interface LifecyclePlugin

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

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
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.
toString
Link copied to clipboard
open fun toString(): String

Inheritors

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