public enum PlacementSize extends Enum<PlacementSize>
| Enum Constant and Description |
|---|
Banner300x250 |
Banner320x53 |
Banner468x60 |
Banner768x90 |
Fullscreen |
MultiSizeBanner |
Native |
RewardedVideo |
VAST |
| Modifier and Type | Method and Description |
|---|---|
BannerSize |
getBannerSize() |
static PlacementSize |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlacementSize[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlacementSize Banner320x53
public static final PlacementSize Banner768x90
public static final PlacementSize Banner300x250
public static final PlacementSize Fullscreen
public static final PlacementSize Banner468x60
public static final PlacementSize Native
public static final PlacementSize MultiSizeBanner
public static final PlacementSize VAST
public static final PlacementSize RewardedVideo
public static PlacementSize[] values()
for (PlacementSize c : PlacementSize.values()) System.out.println(c);
public static PlacementSize 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 BannerSize getBannerSize()