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