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