public class POBAdSize
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static POBAdSize |
BANNER_SIZE_120x600 |
static POBAdSize |
BANNER_SIZE_250x250 |
static POBAdSize |
BANNER_SIZE_300x250 |
static POBAdSize |
BANNER_SIZE_320x100 |
static POBAdSize |
BANNER_SIZE_320x50 |
static POBAdSize |
BANNER_SIZE_468x60 |
static POBAdSize |
BANNER_SIZE_728x90 |
| Constructor and Description |
|---|
POBAdSize(int adWidth,
int adHeight)
Parameterised constructor for defining the custom ad size
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAdHeight()
Returns the height of an ad
|
int |
getAdWidth()
Returns the width of an ad
|
java.lang.String |
toString() |
public static final POBAdSize BANNER_SIZE_320x50
public static final POBAdSize BANNER_SIZE_320x100
public static final POBAdSize BANNER_SIZE_300x250
public static final POBAdSize BANNER_SIZE_250x250
public static final POBAdSize BANNER_SIZE_468x60
public static final POBAdSize BANNER_SIZE_728x90
public static final POBAdSize BANNER_SIZE_120x600