public static enum POBHTMLMeasurementProvider.POBHTMLAdEventType extends java.lang.Enum<POBHTMLMeasurementProvider.POBHTMLAdEventType>
| Enum Constant and Description |
|---|
ACCEPT_INVITATION
To notify Ad session that an ACCEPT_INVITATION event has occurred
|
CLICK
To notify Ad session that an CLICK event has occurred
|
IMPRESSION
To notify Ad session that an IMPRESSION event has occurred
|
LOADED
To notify Ad session that ad LOADED event has occurred
|
| Modifier and Type | Method and Description |
|---|---|
static POBHTMLMeasurementProvider.POBHTMLAdEventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static POBHTMLMeasurementProvider.POBHTMLAdEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final POBHTMLMeasurementProvider.POBHTMLAdEventType LOADED
public static final POBHTMLMeasurementProvider.POBHTMLAdEventType IMPRESSION
public static final POBHTMLMeasurementProvider.POBHTMLAdEventType CLICK
public static final POBHTMLMeasurementProvider.POBHTMLAdEventType ACCEPT_INVITATION
public static POBHTMLMeasurementProvider.POBHTMLAdEventType[] values()
for (POBHTMLMeasurementProvider.POBHTMLAdEventType c : POBHTMLMeasurementProvider.POBHTMLAdEventType.values()) System.out.println(c);
public static POBHTMLMeasurementProvider.POBHTMLAdEventType 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