public static enum POBVastAd.POBVastAdType extends java.lang.Enum<POBVastAd.POBVastAdType>
| Enum Constant and Description |
|---|
INLINE
VAST Ad Type Inline
|
NO_ADS
No vast response
|
WRAPPER
VAST Ad Type Wrapper
|
| Modifier and Type | Method and Description |
|---|---|
static POBVastAd.POBVastAdType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static POBVastAd.POBVastAdType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final POBVastAd.POBVastAdType INLINE
public static final POBVastAd.POBVastAdType WRAPPER
public static final POBVastAd.POBVastAdType NO_ADS
public static POBVastAd.POBVastAdType[] values()
for (POBVastAd.POBVastAdType c : POBVastAd.POBVastAdType.values()) System.out.println(c);
public static POBVastAd.POBVastAdType 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