public static enum ExtraHints.HintType extends java.lang.Enum<ExtraHints.HintType>
Enum Constant and Description |
---|
CONTENT_URL |
EXTRA_DATA |
KEYWORDS
Deprecated.
keywords are no longer used by Audience Network
|
Modifier and Type | Method and Description |
---|---|
static ExtraHints.HintType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExtraHints.HintType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final ExtraHints.HintType KEYWORDS
public static final ExtraHints.HintType CONTENT_URL
public static final ExtraHints.HintType EXTRA_DATA
public static ExtraHints.HintType[] values()
for (ExtraHints.HintType c : ExtraHints.HintType.values()) System.out.println(c);
public static ExtraHints.HintType 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