public enum PlacementSize extends Enum<PlacementSize>
| Enum Constant and Description |
|---|
Banner300x250 |
Banner320x100
Please note that this placement size is not supported by multiple ad networks and using it can affect your fillrate and revenue.
|
Banner320x150
Please note that this placement size is not supported by multiple ad networks and using it can affect your fillrate and revenue.
|
Banner320x160
Please note that this placement size is not supported by multiple ad networks and using it can affect your fillrate and revenue.
|
Banner320x480
Please note that this placement size is not supported by multiple ad networks and using it can affect your fillrate and revenue.
|
Banner320x53 |
Banner320x75
Please note that this placement size is not supported by multiple ad networks and using it can affect your fillrate and revenue.
|
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 Banner468x60
public static final PlacementSize MultiSizeBanner
public static final PlacementSize Banner320x75
public static final PlacementSize Banner320x100
public static final PlacementSize Banner320x150
public static final PlacementSize Banner320x160
public static final PlacementSize Banner320x480
public static final PlacementSize Fullscreen
public static final PlacementSize Native
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()