public static enum CBError.CBClickError extends java.lang.Enum<CBError.CBClickError>
Enum Constant and Description |
---|
AGE_GATE_FAILURE
User failed to pass the Age Gate
|
INTERNAL
Unknown internal error
|
NO_HOST_ACTIVITY
There is no currently active activity with Chartboost properly integrated
|
URI_INVALID
Invalid URI
|
URI_UNRECOGNIZED
The device does not know how to open the protocol of the URI
|
Modifier and Type | Method and Description |
---|---|
static CBError.CBClickError |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CBError.CBClickError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CBError.CBClickError URI_INVALID
public static final CBError.CBClickError URI_UNRECOGNIZED
public static final CBError.CBClickError AGE_GATE_FAILURE
public static final CBError.CBClickError NO_HOST_ACTIVITY
public static final CBError.CBClickError INTERNAL
public static CBError.CBClickError[] values()
for (CBError.CBClickError c : CBError.CBClickError.values()) System.out.println(c);
public static CBError.CBClickError 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