LifecycleListener

interface LifecycleListener

Types

Link copied to clipboard
sealed class Validity

How long the listener is being notified. Most common is an Infinite validity where a listener is notified for the entire lifetime of the Lifecycle.

Functions

Link copied to clipboard
open fun didAttach()
Link copied to clipboard
open fun didDetach()
Link copied to clipboard
open fun willAttach()
Link copied to clipboard
open fun willDetach()