Page Summary
-
UnavailableSdkTooOldException is thrown when the ARCore SDK used to build an application is older than the installed ARCore APK.
-
This exception has two public constructors: one without parameters and one that accepts a String message.
-
UnavailableSdkTooOldException inherits methods from java.lang.Throwable and java.lang.Object.
public class
UnavailableSdkTooOldException
Thrown when the ARCore SDK that this application was built with is too old for the installed ARCore APK.
Public Constructors
|
|
|
UnavailableSdkTooOldException(String message)
|
Inherited Methods
Public Constructors
public UnavailableSdkTooOldException ()
UnavailableSdkTooOldException
public UnavailableSdkTooOldException()
public UnavailableSdkTooOldException (String message)
UnavailableSdkTooOldException
public UnavailableSdkTooOldException( String message )
| Details | |||
|---|---|---|---|
| Parameters |
|
||