AI-generated Key Takeaways
-
UnavailableUserDeclinedInstallationException is thrown when ArCoreApk.requestInstall is called after the user previously cancelled the installation.
-
This class includes two public constructors, one with no parameters and one that accepts a String message.
-
UnavailableUserDeclinedInstallationException inherits methods from the
java.lang.Throwableandjava.lang.Objectclasses.
public class
UnavailableUserDeclinedInstallationException
Thrown when ArCoreApk.requestInstall(Activity, boolean) is called after the user had
previously cancelled installation.
Public Constructors
|
|
|
Inherited Methods
Public Constructors
public UnavailableUserDeclinedInstallationException ()
UnavailableUserDeclinedInstallationException
public UnavailableUserDeclinedInstallationException()
public UnavailableUserDeclinedInstallationException (String message)
UnavailableUserDeclinedInstallationException
public UnavailableUserDeclinedInstallationException( String message )
| Details | |||
|---|---|---|---|
| Parameters |
|
||