InstallException
public
class
InstallException
extends RuntimeException
java.lang.Object | ||||
↳ | java.lang.Throwable | |||
↳ | java.lang.Exception | |||
↳ | java.lang.RuntimeException | |||
↳ | com.google.android.play.core.install.InstallException |
An exception indicating something went wrong with an install/update.
See getErrorCode()
for the discrete error types.
For general guidance and examples, see Support in-app updates.
Summary
Public constructors | |
---|---|
InstallException(int errorCode)
|
Public methods | |
---|---|
int
|
getErrorCode()
Returns an error code value from |
Inherited methods | |
---|---|
![]()
java.lang.Throwable
| |
![]()
java.lang.Object
|
Public constructors
InstallException
InstallException (int errorCode)
Parameters | |
---|---|
errorCode |
int |
Public methods
Interfaces
Classes
Exceptions