public static enum InstantAppRunException.ErrorType extends java.lang.Enum<InstantAppRunException.ErrorType>
Enum Constant and Description |
---|
ADB_FAILURE |
CANCELLED |
INSTALL_FAILED |
NO_GOOGLE_ACCOUNT |
READ_IAPK_FAILED |
READ_IAPK_TIMEOUT |
SHELL_TIMEOUT |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static InstantAppRunException.ErrorType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstantAppRunException.ErrorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstantAppRunException.ErrorType READ_IAPK_TIMEOUT
public static final InstantAppRunException.ErrorType READ_IAPK_FAILED
public static final InstantAppRunException.ErrorType NO_GOOGLE_ACCOUNT
public static final InstantAppRunException.ErrorType SHELL_TIMEOUT
public static final InstantAppRunException.ErrorType ADB_FAILURE
public static final InstantAppRunException.ErrorType INSTALL_FAILED
public static final InstantAppRunException.ErrorType CANCELLED
public static final InstantAppRunException.ErrorType UNKNOWN
public static InstantAppRunException.ErrorType[] values()
for (InstantAppRunException.ErrorType c : InstantAppRunException.ErrorType.values()) System.out.println(c);
public static InstantAppRunException.ErrorType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null