{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

ApplicationStage

enum ApplicationStage


An enumeration of the lifecycle stages an application undergoes that can be monitored.

See the android.app.Application javadoc for detailed documentation.

Summary

Enum Values

CREATED

Indicates that onCreate has finished.

PRE_ON_CREATE

Indicates that onCreate is being called before any onCreate code executes.

Public constructors

Enum Values

CREATED

ApplicationStage ApplicationStage.CREATED

Indicates that onCreate has finished.

PRE_ON_CREATE

ApplicationStage ApplicationStage.PRE_ON_CREATE

Indicates that onCreate is being called before any onCreate code executes.

Public constructors

ApplicationStage

public final ApplicationStage()