public static enum Purchasing.UnityAdsPurchasingEvent extends java.lang.Enum<Purchasing.UnityAdsPurchasingEvent>
| Enum Constant and Description |
|---|
CATALOG |
COMMAND |
EVENT |
INITIALIZATION |
VERSION |
| Modifier and Type | Method and Description |
|---|---|
static Purchasing.UnityAdsPurchasingEvent |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Purchasing.UnityAdsPurchasingEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Purchasing.UnityAdsPurchasingEvent COMMAND
public static final Purchasing.UnityAdsPurchasingEvent VERSION
public static final Purchasing.UnityAdsPurchasingEvent CATALOG
public static final Purchasing.UnityAdsPurchasingEvent INITIALIZATION
public static final Purchasing.UnityAdsPurchasingEvent EVENT
public static Purchasing.UnityAdsPurchasingEvent[] values()
for (Purchasing.UnityAdsPurchasingEvent c : Purchasing.UnityAdsPurchasingEvent.values()) System.out.println(c);
public static Purchasing.UnityAdsPurchasingEvent 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