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

PersistableMode

enumeration

Description

Mirrors the PersistableMode enum.

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

Properties

NullAttribute is not set and will not appear in the element.
PersistRootOnlyMirrors android:persistableMode="persistRootOnly".
PersistAcrossRebootsMirrors android:persistableMode="persistAcrossReboots".
PersistNeverMirrors android:persistableMode="persistNever".