Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DocumentLaunchMode

Mirrors the DocumentLaunchMode enum.
Read time 1 minuteLast updated 12 days ago

Definition

public enum DocumentLaunchMode

Remarks

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

Fields

Value

Description

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