UnavailableUserDeclinedInstallationException

  • 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.Throwable and java.lang.Object classes.

public class UnavailableUserDeclinedInstallationException

Thrown when ArCoreApk.requestInstall(Activity, boolean) is called after the user had previously cancelled installation.

Public Constructors

Inherited Methods

Public Constructors

UnavailableUserDeclinedInstallationException

public UnavailableUserDeclinedInstallationException()

UnavailableUserDeclinedInstallationException

public UnavailableUserDeclinedInstallationException(
  String message
)

Details
Parameters
message