public enum MRAIDPolicy extends java.lang.Enum<MRAIDPolicy>
| Enum Constant and Description |
|---|
AUTO_DETECT |
CUSTOM |
DFP |
MOPUB |
NONE |
| Modifier and Type | Method and Description |
|---|---|
static MRAIDPolicy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MRAIDPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MRAIDPolicy AUTO_DETECT
public static final MRAIDPolicy MOPUB
public static final MRAIDPolicy DFP
public static final MRAIDPolicy CUSTOM
public static final MRAIDPolicy NONE
public static MRAIDPolicy[] values()
for (MRAIDPolicy c : MRAIDPolicy.values()) System.out.println(c);
public static MRAIDPolicy 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