public static enum POBDataType.POBAdState extends java.lang.Enum<POBDataType.POBAdState>
Enum Constant and Description |
---|
AD_SERVER_READY
Defines the state when Ad server SDK renders tha ad and it is ready to show it to user.
|
BID_FAILED
Defines the state when ad loaded from OW SDK is expired.
|
BID_RECEIVED
This is an conditional state, only when publisher has set bidEventListener.
|
DEFAULT
Default state of an Ad.
|
DESTROYED
Defines the state when an ad has been destroyed and can't be used any more.
|
EXPIRED
Defines the state when ad loaded from OW SDK is expired.
|
LOAD_DEFERRED
Defines the state when Loading of the ad has been deferred
|
LOADING
Defines the state when SDK is loading bid from OW and client-side partners
Next state could be BID_RECEIVED or BID_FAILED
|
READY
Defines the state when OW SDK renders tha ad and it is ready to show it to user.
|
SHOWING
Defines the state when rendered ad is currently showing to the user.
|
SHOWN
Defines the state when rendered ad is shown to the user and ad is dismissed.
|
Modifier and Type | Method and Description |
---|---|
static POBDataType.POBAdState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static POBDataType.POBAdState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final POBDataType.POBAdState DEFAULT
public static final POBDataType.POBAdState LOAD_DEFERRED
public static final POBDataType.POBAdState LOADING
public static final POBDataType.POBAdState READY
public static final POBDataType.POBAdState SHOWING
public static final POBDataType.POBAdState SHOWN
public static final POBDataType.POBAdState AD_SERVER_READY
public static final POBDataType.POBAdState EXPIRED
public static final POBDataType.POBAdState BID_RECEIVED
public static final POBDataType.POBAdState BID_FAILED
public static final POBDataType.POBAdState DESTROYED
public static POBDataType.POBAdState[] values()
for (POBDataType.POBAdState c : POBDataType.POBAdState.values()) System.out.println(c);
public static POBDataType.POBAdState 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