enum ARSoftwareSupport (Niantic.ARDK.AR.Configuration.ARSoftwareSupport)¶
Overview¶
Possible states of support by the currently installed software for a particular configuration. More…
enum ARSoftwareSupport { NotSupported = 0, SupportedNeedsUpdate = 1, Supported = 2, };
Detailed Documentation¶
Possible states of support by the currently installed software for a particular configuration.
Enum Values¶
NotSupported
The current software level does not support a particular configuration.
SupportedNeedsUpdate
Software of operating system or native AR service too low for a particular configuration. Or specific software is not installed (e.g. ArCore)
Supported
Software supports a particular configuration.