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