public enum RichMediaStudioCreativeFormat extends Enum<RichMediaStudioCreativeFormat>
Java class for RichMediaStudioCreativeFormat.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="RichMediaStudioCreativeFormat">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="IN_PAGE"/>
<enumeration value="EXPANDING"/>
<enumeration value="IM_EXPANDING"/>
<enumeration value="FLOATING"/>
<enumeration value="PEEL_DOWN"/>
<enumeration value="IN_PAGE_WITH_FLOATING"/>
<enumeration value="FLASH_IN_FLASH"/>
<enumeration value="FLASH_IN_FLASH_EXPANDING"/>
<enumeration value="IN_APP"/>
<enumeration value="UNKNOWN"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
EXPANDING
Expanding creatives expand/collapse on user interaction such as mouse over.
|
FLASH_IN_FLASH
A Flash ad that renders in a Flash environment.
|
FLASH_IN_FLASH_EXPANDING
An expanding flash ad that renders in a Flash environment.
|
FLOATING
Floating creatives float on top of publishers page and can be closed with
a close button.
|
IM_EXPANDING
Creatives that are served in an instant messenger application such as
AOL Instant Messanger or Yahoo! Messenger.
|
IN_APP
In-app creatives are served into an ad slot within a publisher's app.
|
IN_PAGE
In-page creatives are served into an ad slot on publishers page.
|
IN_PAGE_WITH_FLOATING
An In-Page with Floating creative is a dual-asset creative consisting of
an in-page asset and a floating asset.
|
PEEL_DOWN
Peel-down creatives show a glimpse of your ad in the corner of a web
page.
|
UNKNOWN
The creative format is unknown or not supported in the API version in use.
|
| Modifier and Type | Method and Description |
|---|---|
static RichMediaStudioCreativeFormat |
fromValue(String v) |
String |
value() |
static RichMediaStudioCreativeFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RichMediaStudioCreativeFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RichMediaStudioCreativeFormat IN_PAGE
public static final RichMediaStudioCreativeFormat EXPANDING
public static final RichMediaStudioCreativeFormat IM_EXPANDING
public static final RichMediaStudioCreativeFormat FLOATING
public static final RichMediaStudioCreativeFormat PEEL_DOWN
public static final RichMediaStudioCreativeFormat IN_PAGE_WITH_FLOATING
public static final RichMediaStudioCreativeFormat FLASH_IN_FLASH
public static final RichMediaStudioCreativeFormat FLASH_IN_FLASH_EXPANDING
public static final RichMediaStudioCreativeFormat IN_APP
public static final RichMediaStudioCreativeFormat UNKNOWN
public static RichMediaStudioCreativeFormat[] values()
for (RichMediaStudioCreativeFormat c : RichMediaStudioCreativeFormat.values()) System.out.println(c);
public static RichMediaStudioCreativeFormat 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 nullpublic String value()
public static RichMediaStudioCreativeFormat fromValue(String v)
Copyright © 2018. All Rights Reserved.