public static enum GAMNativeConfiguration.GAMAdTypes extends java.lang.Enum<GAMNativeConfiguration.GAMAdTypes>
| Enum Constant and Description |
|---|
NativeAd
Native ads are ad assets that are presented to users through UI components that are native to the platform.
|
NativeCustomFormatAd
NativeCustomFormatAd comes with custom lists of asset can be used with reserved ads.
|
| Modifier and Type | Method and Description |
|---|---|
static GAMNativeConfiguration.GAMAdTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GAMNativeConfiguration.GAMAdTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GAMNativeConfiguration.GAMAdTypes NativeAd
Please Refer: Native Ad
public static final GAMNativeConfiguration.GAMAdTypes NativeCustomFormatAd
Please refer: NativeCustomFormatAd
public static GAMNativeConfiguration.GAMAdTypes[] values()
for (GAMNativeConfiguration.GAMAdTypes c : GAMNativeConfiguration.GAMAdTypes.values()) System.out.println(c);
public static GAMNativeConfiguration.GAMAdTypes 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