Options for the startup state of an Android app process.
Use this enum with the IApplicationStartInfo.startupState property.
| Property | Description |
|---|---|
| Started | Mirrors android:public static final int STARTUP_STATE_STARTED. |
| Error | Mirrors android:public static final int STARTUP_STATE_ERROR. |
| FirstFrameDrawn | Mirrors android:public static final int STARTUP_STATE_FIRST_FRAME_DRAWN. |