protected static enum POBBannerView.POBAdState extends java.lang.Enum<POBBannerView.POBAdState>
Enum Constant and Description |
---|
CREATIVE_LOADING
Rendering state, banner is rendering ow bid
|
DEFAULT
Default state when banner object is created
|
LOAD_DEFERRED
Defines the state when Loading of the ad has been deferred
|
LOADING
When loadBid() is called, request is being made to load banner or
When proceed methods are called/notified, state changes to dispatched.
|
RENDERED
When a creative (Display/Video) is loaded successfully and attached to UI.
|
WAITING
When banner notifies onBidReceived(), onBidFailed() through
POBBidEventListener, it goes in waiting state
|
WAITING_FOR_AS_RESPONSE
Waiting response from ad server, banner has called handler.requestAdWithBid(bid) and
waiting for response, response can be ad server win, ow win or failure
|
WAITING_FOR_REFRESH
When banner is waiting to next refresh
|
Modifier and Type | Method and Description |
---|---|
static POBBannerView.POBAdState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static POBBannerView.POBAdState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final POBBannerView.POBAdState DEFAULT
public static final POBBannerView.POBAdState LOAD_DEFERRED
public static final POBBannerView.POBAdState LOADING
public static final POBBannerView.POBAdState WAITING
public static final POBBannerView.POBAdState WAITING_FOR_REFRESH
public static final POBBannerView.POBAdState CREATIVE_LOADING
public static final POBBannerView.POBAdState RENDERED
public static final POBBannerView.POBAdState WAITING_FOR_AS_RESPONSE
public static POBBannerView.POBAdState[] values()
for (POBBannerView.POBAdState c : POBBannerView.POBAdState.values()) System.out.println(c);
public static POBBannerView.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