LaunchMode
Mirrors the LaunchMode enum.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Enum
- Namespace: Unity.Android.Gradle.Manifest
- Assembly: Unity.Android.Gradle
public enum LaunchMode
Remarks
For more information about the attribute, see Android's documentation: LaunchMode attribute
Fields
Value | Description |
|---|---|
| Null | Attribute is not set and will not appear in the element. |
| SingleInstance | Mirrors |
| SingleTask | Mirrors |
| SingleTop | Mirrors |
| Standard | Mirrors |