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