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