ArCoreApk.InstallBehavior

public static final enum ArCoreApk.InstallBehavior

Controls the behavior of the installation UI.

Inherited Methods

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.