public static class AdRegistration.SlotGroup
extends java.lang.Object
| Constructor and Description |
|---|
SlotGroup(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSlot(DTBAdSize size) |
DTBAdSize |
getSizeByBannerType(DTBBannerType type) |
DTBAdSize |
getSizeBySlotType(DTBSlotType type) |
DTBAdSize |
getSizeByWidthAndHeight(int width,
int height) |
DTBAdSize |
getSizeByWidthHeightType(int width,
int height,
AdType type) |
public void addSlot(DTBAdSize size)
public DTBAdSize getSizeByWidthAndHeight(int width, int height)
public DTBAdSize getSizeByWidthHeightType(int width, int height, AdType type)
public DTBAdSize getSizeByBannerType(DTBBannerType type)
public DTBAdSize getSizeBySlotType(DTBSlotType type)