public static enum NativeAd.Type extends Enum<NativeAd.Type>
| Enum Constant and Description |
|---|
APP_INSTALL |
CONTENT |
OTHER |
UNIFIED |
UNKNOWN |
VIDEO |
| Modifier and Type | Method and Description |
|---|---|
static NativeAd.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NativeAd.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NativeAd.Type APP_INSTALL
public static final NativeAd.Type CONTENT
public static final NativeAd.Type VIDEO
public static final NativeAd.Type UNIFIED
public static final NativeAd.Type OTHER
public static final NativeAd.Type UNKNOWN
public static NativeAd.Type[] values()
for (NativeAd.Type c : NativeAd.Type.values()) System.out.println(c);
public static NativeAd.Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null