public static enum AdSettings.TestAdType extends java.lang.Enum<AdSettings.TestAdType>
Enum Constant and Description |
---|
CAROUSEL_IMG_SQUARE_APP_INSTALL
Carousel ad with square image and app install CTA option
|
CAROUSEL_IMG_SQUARE_LINK
Carousel ad with square image and link CTA option
|
DEFAULT
No specific ad type will be set.
|
IMG_16_9_APP_INSTALL
16x9 image ad with app install CTA option
|
IMG_16_9_LINK
16x9 image ad with link CTA option
|
VIDEO_NHD_46S_APP_INSTALL
nHD video 46 sec ad with app install CTA option
|
VIDEO_NHD_46S_LINK
nHD video 46 sec ad with link CTA option
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAdTypeString() |
static AdSettings.TestAdType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AdSettings.TestAdType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdSettings.TestAdType DEFAULT
public static final AdSettings.TestAdType IMG_16_9_APP_INSTALL
public static final AdSettings.TestAdType IMG_16_9_LINK
public static final AdSettings.TestAdType VIDEO_NHD_46S_APP_INSTALL
public static final AdSettings.TestAdType VIDEO_NHD_46S_LINK
public static final AdSettings.TestAdType CAROUSEL_IMG_SQUARE_APP_INSTALL
public static final AdSettings.TestAdType CAROUSEL_IMG_SQUARE_LINK
public static AdSettings.TestAdType[] values()
for (AdSettings.TestAdType c : AdSettings.TestAdType.values()) System.out.println(c);
public static AdSettings.TestAdType 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 nullpublic java.lang.String getAdTypeString()