ArCoreApk.InstallStatus

  • ArCoreApk.InstallStatus is an enum indicating the outcome of a call to requestInstall().

  • It includes inherited methods from java.lang.Enum and java.lang.Object, as well as interfaces java.lang.constant.Constable and java.lang.Comparable.

  • The possible enum values are INSTALLED, indicating the resource is already installed, and INSTALL_REQUESTED, indicating installation was requested and the current activity will be paused.

public static final enum ArCoreApk.InstallStatus

Indicates the outcome of a call to requestInstall().

Inherited Methods

Enum Values

INSTALLED

public static final ArCoreApk.InstallStatus INSTALLED

The requested resource is already installed.

INSTALL_REQUESTED

public static final ArCoreApk.InstallStatus INSTALL_REQUESTED

Installation of the resource was requested. The current activity will be paused.