LifecycleListener

interface LifecycleListener

An interface for listener to android.app.Fragment and android.app.Activity lifecycle events.

Functions

Link copied to clipboard
abstract fun onDestroy()
Callback for when onDestroy} or onDestroy is called.
Link copied to clipboard
abstract fun onStart()
Callback for when onStart} or onStart is called.
Link copied to clipboard
abstract fun onStop()
Callback for when onStop} or onStop} is called.

Inheritors

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