ArCoreApk.InstallBehavior

  • ArCoreApk.InstallBehavior controls the behavior of the installation UI.

  • The OPTIONAL InstallBehavior includes a Cancel button in the initial prompt and allows easily backing out after installation has been initiated.

  • The REQUIRED InstallBehavior hides the Cancel button during the initial prompt and prevents the user from exiting via tap-outside.

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.