CREATED

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

  • after android.app.Activity.onCreate call;

  • right before android.app.Activity.onStop 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.