AI-generated Key Takeaways
-
UnavailableException and its subclasses are thrown when ARCore is not available on a device.
-
Specific subclasses indicate different reasons for unavailability, such as the ARCore APK being too old or not installed, the device being incompatible, the SDK being too old, or the user declining installation.
-
The UnavailableException class has two public constructors, one with no arguments and one that accepts a String message.
-
This class inherits methods from
java.lang.Throwableandjava.lang.Object.
public class
UnavailableException
| Known Direct Subclasses |
Subclasses of this exception are thrown when ARCore is not available.
Public Constructors
|
|
|
UnavailableException(String message)
|
Inherited Methods
Public Constructors
public UnavailableException ()
UnavailableException
public UnavailableException()
public UnavailableException (String message)
UnavailableException
public UnavailableException( String message )
| Details | |||
|---|---|---|---|
| Parameters |
|
||