Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


LockTaskMode

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

Definition

public enum LockTaskMode

Remarks

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

Fields

Value

Description

AlwaysMirrors
android:lockTaskMode="always"
.
IfWhitelistedMirrors
android:lockTaskMode="if_whitelisted"
.
NeverMirrors
android:lockTaskMode="never"
.
NormalMirrors
android:lockTaskMode="normal"
.
NullAttribute is not set and will not appear in the element.