Class Overview
An enumeration of the lifecycle stages an application undergoes that can be monitored.
See the Application javadoc for detailed documentation.
Summary
| Enum Values |
| ApplicationStage |
CREATED |
Indicates that onCreate has finished. |
| ApplicationStage |
PRE_ON_CREATE |
Indicates that onCreate is being called before any onCreate code executes. |
Enum Values
Indicates that onCreate has finished.
public
static
final
ApplicationStage
PRE_ON_CREATE
Indicates that onCreate is being called before any onCreate code executes.
Public Methods