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 functions |
|
---|---|
ApplicationStage |
|
Array<ApplicationStage> |
values() |
Enum Values
PRE_ON_CREATE
val ApplicationStage.PRE_ON_CREATE: ApplicationStage
Indicates that onCreate is being called before any onCreate code executes.