{% setvar book_path %}/reference/kotlin/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 functions |
|
|---|---|
ApplicationStage |
|
Array<ApplicationStage> |
values() |
val ApplicationStage.PRE_ON_CREATE: ApplicationStage
Indicates that onCreate is being called before any onCreate code executes.