public static enum POBObstructionUpdateListener.POBFriendlyObstructionPurpose extends java.lang.Enum<POBObstructionUpdateListener.POBFriendlyObstructionPurpose>
| Enum Constant and Description |
|---|
CLOSE_AD
to add close button control
|
NOT_VISIBLE
To add hidden control
|
OTHER
To add any custom control
|
VIDEO_CONTROLS
To add media player controls
|
| Modifier and Type | Method and Description |
|---|---|
static POBObstructionUpdateListener.POBFriendlyObstructionPurpose |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static POBObstructionUpdateListener.POBFriendlyObstructionPurpose[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final POBObstructionUpdateListener.POBFriendlyObstructionPurpose VIDEO_CONTROLS
public static final POBObstructionUpdateListener.POBFriendlyObstructionPurpose CLOSE_AD
public static final POBObstructionUpdateListener.POBFriendlyObstructionPurpose NOT_VISIBLE
public static final POBObstructionUpdateListener.POBFriendlyObstructionPurpose OTHER
public static POBObstructionUpdateListener.POBFriendlyObstructionPurpose[] values()
for (POBObstructionUpdateListener.POBFriendlyObstructionPurpose c : POBObstructionUpdateListener.POBFriendlyObstructionPurpose.values()) System.out.println(c);
public static POBObstructionUpdateListener.POBFriendlyObstructionPurpose 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