public final class MRAIDResizeProperties
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
allowOffscreen |
static int |
CUSTOM_CLOSE_POSITION_BOTTOM_CENTER |
static int |
CUSTOM_CLOSE_POSITION_BOTTOM_LEFT |
static int |
CUSTOM_CLOSE_POSITION_BOTTOM_RIGHT |
static int |
CUSTOM_CLOSE_POSITION_CENTER |
static int |
CUSTOM_CLOSE_POSITION_TOP_CENTER |
static int |
CUSTOM_CLOSE_POSITION_TOP_LEFT |
static int |
CUSTOM_CLOSE_POSITION_TOP_RIGHT |
int |
customClosePosition |
int |
height |
int |
offsetX |
int |
offsetY |
int |
width |
| Constructor and Description |
|---|
MRAIDResizeProperties() |
MRAIDResizeProperties(int width,
int height,
int offsetX,
int offsetY,
int customClosePosition,
boolean allowOffscreen) |
| Modifier and Type | Method and Description |
|---|---|
static int |
customClosePositionFromString(java.lang.String name) |
public static final int CUSTOM_CLOSE_POSITION_TOP_LEFT
public static final int CUSTOM_CLOSE_POSITION_TOP_CENTER
public static final int CUSTOM_CLOSE_POSITION_TOP_RIGHT
public static final int CUSTOM_CLOSE_POSITION_CENTER
public static final int CUSTOM_CLOSE_POSITION_BOTTOM_LEFT
public static final int CUSTOM_CLOSE_POSITION_BOTTOM_CENTER
public static final int CUSTOM_CLOSE_POSITION_BOTTOM_RIGHT
public int width
public int height
public int offsetX
public int offsetY
public int customClosePosition
public boolean allowOffscreen