LifecyclePlugin

interface LifecyclePlugin

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

Functions

Link copied to clipboard
open fun onStart()

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

Link copied to clipboard
open fun onStop()

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

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard