Mirrors the DocumentLaunchMode
enum.
For more information about the attribute, see Android's documentation: DocumentLaunchMode attribute
Null | Attribute is not set and will not appear in the element. |
IntoExisting | Mirrors android:documentLaunchMode="intoExisting". |
Always | Mirrors android:documentLaunchMode="always". |
None | Mirrors android:documentLaunchMode="none". |
Never | Mirrors android:documentLaunchMode="never". |