{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
enum ApplicationStage
An enumeration of the lifecycle stages an application undergoes that can be monitored.
See the android.app.Application javadoc for detailed documentation.
Enum Values |
|
|---|---|
CREATED |
Indicates that onCreate has finished. |
PRE_ON_CREATE |
Indicates that onCreate is being called before any onCreate code executes. |
Public methods |
|
|---|---|
static @NonNull ApplicationStage |
|
static @NonNull Array<@NonNull ApplicationStage> |
values() |
@NonNull
@NonNull ApplicationStage ApplicationStage.CREATED
Indicates that onCreate has finished.
@NonNull
@NonNull ApplicationStage ApplicationStage.PRE_ON_CREATE
Indicates that onCreate is being called before any onCreate code executes.