AI-generated Key Takeaways
-
The UnavailableApkTooOldException is thrown when the installed ARCore APK is older than the ARCore SDK used by the application.
-
This exception has two public constructors: one without parameters and one that accepts a String message.
-
UnavailableApkTooOldException inherits methods from
java.lang.Throwableandjava.lang.Object.
public class
UnavailableApkTooOldException
Thrown when the installed ARCore APK is too old for the ARCore SDK that this application was compiled using.
Public Constructors
|
|
|
UnavailableApkTooOldException(String message)
|
Inherited Methods
Public Constructors
public UnavailableApkTooOldException ()
UnavailableApkTooOldException
public UnavailableApkTooOldException()
public UnavailableApkTooOldException (String message)
UnavailableApkTooOldException
public UnavailableApkTooOldException( String message )
| Details | |||
|---|---|---|---|
| Parameters |
|
||