public enum MraidJavascriptCommand extends java.lang.Enum<MraidJavascriptCommand>
Enum Constant and Description |
---|
CLOSE |
CREATE_CALENDAR_EVENT |
EXPAND |
OPEN |
PLAY_VIDEO |
RESIZE |
SET_ORIENTATION_PROPERTIES |
STORE_PICTURE |
UNSPECIFIED |
USE_CUSTOM_CLOSE |
Modifier and Type | Method and Description |
---|---|
static MraidJavascriptCommand |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MraidJavascriptCommand[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MraidJavascriptCommand CLOSE
public static final MraidJavascriptCommand EXPAND
public static final MraidJavascriptCommand USE_CUSTOM_CLOSE
public static final MraidJavascriptCommand OPEN
public static final MraidJavascriptCommand RESIZE
public static final MraidJavascriptCommand SET_ORIENTATION_PROPERTIES
public static final MraidJavascriptCommand PLAY_VIDEO
public static final MraidJavascriptCommand STORE_PICTURE
public static final MraidJavascriptCommand CREATE_CALENDAR_EVENT
public static final MraidJavascriptCommand UNSPECIFIED
public static MraidJavascriptCommand[] values()
for (MraidJavascriptCommand c : MraidJavascriptCommand.values()) System.out.println(c);
public static MraidJavascriptCommand valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null