public final class MRAIDOrientationProperties
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
allowOrientationChange |
static int |
FORCE_ORIENTATION_LANDSCAPE |
static int |
FORCE_ORIENTATION_NONE |
static int |
FORCE_ORIENTATION_PORTRAIT |
int |
forceOrientation |
| Constructor and Description |
|---|
MRAIDOrientationProperties() |
MRAIDOrientationProperties(boolean allowOrientationChange,
int forceOrienation) |
| Modifier and Type | Method and Description |
|---|---|
static int |
forceOrientationFromString(java.lang.String name) |
java.lang.String |
forceOrientationString() |
public static final int FORCE_ORIENTATION_PORTRAIT
public static final int FORCE_ORIENTATION_LANDSCAPE
public static final int FORCE_ORIENTATION_NONE
public boolean allowOrientationChange
public int forceOrientation