enum ARHardwareCapability (Niantic.ARDK.AR.Configuration.ARHardwareCapability)
Overview
Possible states of capability for the current hardware device regarding a particular configuration. More…
enum ARHardwareCapability { NotCapable = 0, CheckFailedWithError = 1, CheckFailedWithTimeout = 2, Capable = 4, };
Detailed Documentation
Possible states of capability for the current hardware device regarding a particular configuration.
Enum Values
NotCapable
Hardware device is not capable for the particular configuration.
CheckFailedWithError
An internal error occurred while determining capability.
Note
Android-only value.
CheckFailedWithTimeout
The query to check capability timed out. This may be due to the device being offline.
Note
Android-only value.
Capable
Hardware device is capable of the particular configuration.