is ARCore Supported
Helper method to check if ARCore is supported on device.
An asynchronous request is started to determine if the device is supported. ARCore supported check is polled until correct ARCoreSupport value is fetched.
Return
LiveData object of enum type ARCoreSupport
This LiveData can have temporary value ARCoreSupport.TRANSIENT so please observe on this LiveData to get correct value.