public static enum MoPubNetworkError.Reason extends java.lang.Enum<MoPubNetworkError.Reason>
Enum Constant and Description |
---|
BAD_BODY |
BAD_HEADER_DATA |
NO_FILL |
TRACKING_FAILURE |
UNSPECIFIED |
WARMING_UP |
Modifier and Type | Method and Description |
---|---|
static MoPubNetworkError.Reason |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MoPubNetworkError.Reason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MoPubNetworkError.Reason WARMING_UP
public static final MoPubNetworkError.Reason NO_FILL
public static final MoPubNetworkError.Reason BAD_HEADER_DATA
public static final MoPubNetworkError.Reason BAD_BODY
public static final MoPubNetworkError.Reason TRACKING_FAILURE
public static final MoPubNetworkError.Reason UNSPECIFIED
public static MoPubNetworkError.Reason[] values()
for (MoPubNetworkError.Reason c : MoPubNetworkError.Reason.values()) System.out.println(c);
public static MoPubNetworkError.Reason 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