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 methods |
|
---|---|
static @NonNull ApplicationStage |
|
static @NonNull Array<@NonNull ApplicationStage> |
values() |
Enum Values
CREATED
@NonNull
@NonNull ApplicationStage ApplicationStage.CREATED
Indicates that onCreate has finished.
PRE_ON_CREATE
@NonNull
@NonNull ApplicationStage ApplicationStage.PRE_ON_CREATE
Indicates that onCreate is being called before any onCreate code executes.