public enum StoreEvent extends java.lang.Enum<StoreEvent>
| Modifier and Type | Method and Description |
|---|---|
static StoreEvent |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StoreEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StoreEvent INITIALIZATION_REQUEST_RESULT
public static final StoreEvent INITIALIZATION_REQUEST_FAILED
public static final StoreEvent DISCONNECTED_RESULT
public static final StoreEvent PURCHASES_ON_RESUME_RESULT
public static final StoreEvent PURCHASES_ON_RESUME_ERROR
public static final StoreEvent PURCHASES_UPDATED_RESULT
public static final StoreEvent PURCHASES_UPDATED_ERROR
public static final StoreEvent PURCHASES_REQUEST_RESULT
public static final StoreEvent PURCHASES_REQUEST_ERROR
public static final StoreEvent PURCHASE_HISTORY_LIST_REQUEST_RESULT
public static final StoreEvent PURCHASE_HISTORY_LIST_REQUEST_ERROR
public static final StoreEvent SKU_DETAILS_LIST_REQUEST_RESULT
public static final StoreEvent SKU_DETAILS_LIST_REQUEST_ERROR
public static final StoreEvent IS_FEATURE_SUPPORTED_REQUEST_RESULT
public static final StoreEvent IS_FEATURE_SUPPORTED_REQUEST_ERROR
public static StoreEvent[] values()
for (StoreEvent c : StoreEvent.values()) System.out.println(c);
public static StoreEvent 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