LaunchMode
Options for the launch mode of an Android activity.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.Android
- Assembly: UnityEngine.AndroidJNIModule
public enum LaunchMode
Remarks
Use this enum with the _launchMode property. For more information, refer to Android's documentation on ApplicationStartInfo.
Fields
Value | Description |
|---|---|
| SingleInstance | Mirrors |
| SingleInstancePerTask | Mirrors |
| SingleTask | Mirrors |
| SingleTop | Mirrors |
| Standard | Mirrors |