public static enum RewardedBroadcastReceiver.Action extends java.lang.Enum<RewardedBroadcastReceiver.Action>
| Enum Constant and Description |
|---|
CLICK |
CLOSE |
ERROR |
FINISH |
NONE |
OPEN |
| Modifier and Type | Method and Description |
|---|---|
static RewardedBroadcastReceiver.Action |
from(java.lang.String action) |
java.lang.String |
getId() |
static RewardedBroadcastReceiver.Action |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RewardedBroadcastReceiver.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RewardedBroadcastReceiver.Action OPEN
public static final RewardedBroadcastReceiver.Action CLICK
public static final RewardedBroadcastReceiver.Action CLOSE
public static final RewardedBroadcastReceiver.Action FINISH
public static final RewardedBroadcastReceiver.Action ERROR
public static final RewardedBroadcastReceiver.Action NONE
public static RewardedBroadcastReceiver.Action[] values()
for (RewardedBroadcastReceiver.Action c : RewardedBroadcastReceiver.Action.values()) System.out.println(c);
public static RewardedBroadcastReceiver.Action 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 nullpublic static RewardedBroadcastReceiver.Action from(java.lang.String action)
public java.lang.String getId()