Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

DocumentLaunchMode

enumeration

Description

Mirrors the DocumentLaunchMode enum.

For more information about the attribute, see Android's documentation: DocumentLaunchMode attribute

Properties

NullAttribute is not set and will not appear in the element.
IntoExistingMirrors android:documentLaunchMode="intoExisting".
AlwaysMirrors android:documentLaunchMode="always".
NoneMirrors android:documentLaunchMode="none".
NeverMirrors android:documentLaunchMode="never".