STARTED

Started state for a LifecycleOwner. For an android.app.Activity, this state is reached in two cases:

  • after android.app.Activity.onStart call;

  • right before android.app.Activity.onPause call.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun isAtLeast(state: State): Boolean

Compares if this State is greater or equal to the given state.