Options for the component type that started the app.
Use this enum with the IApplicationStartInfo.startComponent property. Available on API level 36+.
| Property | Description |
|---|---|
| Activity | Mirrors android:public static final int START_COMPONENT_ACTIVITY. |
| Broadcast | Mirrors android:public static final int START_COMPONENT_BROADCAST. |
| ContentProvider | Mirrors android:public static final int START_COMPONENT_CONTENT_PROVIDER. |
| Service | Mirrors android:public static final int START_COMPONENT_SERVICE. |
| Other | Mirrors android:public static final int START_COMPONENT_OTHER. |