public static enum AdSettings.TestAdType extends java.lang.Enum<AdSettings.TestAdType> implements java.io.Serializable
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
|
PLAYABLE
Playable ad and app install CTA
|
VIDEO_HD_16_9_15S_APP_INSTALL
16x9 HD video 15 sec ad with app install CTA option
|
VIDEO_HD_16_9_15S_LINK
16x9 HD video 15 sec ad with link CTA option
|
VIDEO_HD_16_9_46S_APP_INSTALL
16x9 HD video 46 sec ad with app install CTA option
|
VIDEO_HD_16_9_46S_LINK
16x9 HD video 46 sec ad with link CTA option
|
VIDEO_HD_9_16_39S_APP_INSTALL
9x16 HD video 39 sec ad with app install CTA option
|
VIDEO_HD_9_16_39S_LINK
9x16 HD video 39 sec ad with link CTA option
|
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAdTypeString() |
java.lang.String |
getHumanReadable() |
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_HD_16_9_46S_APP_INSTALL
public static final AdSettings.TestAdType VIDEO_HD_16_9_46S_LINK
public static final AdSettings.TestAdType VIDEO_HD_16_9_15S_APP_INSTALL
public static final AdSettings.TestAdType VIDEO_HD_16_9_15S_LINK
public static final AdSettings.TestAdType VIDEO_HD_9_16_39S_APP_INSTALL
public static final AdSettings.TestAdType VIDEO_HD_9_16_39S_LINK
public static final AdSettings.TestAdType CAROUSEL_IMG_SQUARE_APP_INSTALL
public static final AdSettings.TestAdType CAROUSEL_IMG_SQUARE_LINK
public static final AdSettings.TestAdType PLAYABLE
public static final long serialVersionUID
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()
public java.lang.String getHumanReadable()