ArCoreApk.Availability

public static enum ArCoreApk.Availability

Describes the current state of ARCore availability on the device.

Public Methods

boolean
isSupported()
True if this is one of the SUPPORTED_... values.
boolean
isTransient()
True if this state is temporary and the application should check again soon.
boolean
isUnknown()
True if this is one of the UNKNOWN_... values.
boolean
isUnsupported()
True if this is one of the UNSUPPORTED_... values.
static ArCoreApk.Availability
valueOf(String name)
final static Availability[]
values()

Inherited Methods

Enum Values

Public Methods