ArCoreApk.InstallBehavior

public static final enum ArCoreApk.InstallBehavior

Controls the behavior of the installation UI.

Inherited Methods

final Object
clone()
final int
compareTo(ArCoreApk.InstallBehavior arg0)
int
compareTo(Object arg0)
final Optional<EnumDesc<ArCoreApk.InstallBehavior>>
describeConstable()
final boolean
equals(Object arg0)
final void
finalize()
final Class<ArCoreApk.InstallBehavior>
getDeclaringClass()
final int
hashCode()
final String
name()
final int
ordinal()
String
toString()
static <T extends Enum<T>> T
valueOf(Class<T> arg0, String arg1)
Object
clone()
boolean
equals(Object arg0)
void
finalize()
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()
abstract Optional<? extends ConstantDesc>
describeConstable()
abstract int
compareTo(ArCoreApk.InstallBehavior arg0)

Enum Values

OPTIONAL

public static final ArCoreApk.InstallBehavior OPTIONAL

Include Cancel button in initial prompt and allow easily backing out after installation has been initiated.

REQUIRED

public static final ArCoreApk.InstallBehavior REQUIRED

Hide the Cancel button during initial prompt and prevent user from exiting via tap-outside.

Note: The BACK button or tapping outside of any marketplace-provided install dialog will still decline the installation.