public static enum POBVideoMeasurementProvider.POBVideoAdErrorType extends java.lang.Enum<POBVideoMeasurementProvider.POBVideoAdErrorType>
| Enum Constant and Description |
|---|
GENERIC
To notify Ad session that a genric error has occurred
|
VIDEO
To notify Ad session that a video playback error has occurred
|
| Modifier and Type | Method and Description |
|---|---|
static POBVideoMeasurementProvider.POBVideoAdErrorType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static POBVideoMeasurementProvider.POBVideoAdErrorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final POBVideoMeasurementProvider.POBVideoAdErrorType GENERIC
public static final POBVideoMeasurementProvider.POBVideoAdErrorType VIDEO
public static POBVideoMeasurementProvider.POBVideoAdErrorType[] values()
for (POBVideoMeasurementProvider.POBVideoAdErrorType c : POBVideoMeasurementProvider.POBVideoAdErrorType.values()) System.out.println(c);
public static POBVideoMeasurementProvider.POBVideoAdErrorType 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