public static enum POBFullScreenActivity.ACTIONS extends java.lang.Enum<POBFullScreenActivity.ACTIONS>
| Enum Constant and Description |
|---|
POB_BACK_PRESS
Notify enable/disable back press to activity
|
POB_CLOSE
Notify close to activity
|
| Modifier and Type | Method and Description |
|---|---|
static POBFullScreenActivity.ACTIONS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static POBFullScreenActivity.ACTIONS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final POBFullScreenActivity.ACTIONS POB_CLOSE
public static final POBFullScreenActivity.ACTIONS POB_BACK_PRESS
public static POBFullScreenActivity.ACTIONS[] values()
for (POBFullScreenActivity.ACTIONS c : POBFullScreenActivity.ACTIONS.values()) System.out.println(c);
public static POBFullScreenActivity.ACTIONS 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