@Deprecated public static enum Chartboost.CBPIDataUseConsent extends java.lang.Enum<Chartboost.CBPIDataUseConsent>
| Enum Constant and Description |
|---|
NO_BEHAVIORAL
Deprecated.
|
UNKNOWN
Deprecated.
|
YES_BEHAVIORAL
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.CharSequence[] |
getAsCharsArray()
Deprecated.
|
static Chartboost.CBPIDataUseConsent |
getConsentByName(java.lang.String consentName)
Deprecated.
|
int |
getValue()
Deprecated.
|
static Chartboost.CBPIDataUseConsent |
valueOf(int pageType)
Deprecated.
|
static Chartboost.CBPIDataUseConsent |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static Chartboost.CBPIDataUseConsent[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Chartboost.CBPIDataUseConsent UNKNOWN
public static final Chartboost.CBPIDataUseConsent NO_BEHAVIORAL
public static final Chartboost.CBPIDataUseConsent YES_BEHAVIORAL
public static Chartboost.CBPIDataUseConsent[] values()
for (Chartboost.CBPIDataUseConsent c : Chartboost.CBPIDataUseConsent.values()) System.out.println(c);
public static Chartboost.CBPIDataUseConsent 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@Deprecated public static Chartboost.CBPIDataUseConsent valueOf(int pageType)
@Deprecated public static Chartboost.CBPIDataUseConsent getConsentByName(java.lang.String consentName)
@Deprecated public static java.lang.CharSequence[] getAsCharsArray()
@Deprecated public int getValue()