StartComponent
Options for the component type that started the app.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.Android
- Assembly: UnityEngine.AndroidJNIModule
public enum StartComponent
Remarks
Use this enum with the _startComponent property. Available on API level 36+.
Fields
Value | Description |
|---|---|
| Activity | Mirrors |
| Broadcast | Mirrors |
| ContentProvider | Mirrors |
| Other | Mirrors |
| Service | Mirrors |