public static enum DeferredDeeplinkParametersListener.Error extends java.lang.Enum<DeferredDeeplinkParametersListener.Error>
DeferredDeeplinkParametersListener.onError(Error, String)| Enum Constant and Description |
|---|
NOT_A_FIRST_LAUNCH
Tells that Google Play referrer wasn't obtained because it can be requested during first launch only
|
PARSE_ERROR
Tells that Google Play referrer was obtained but it did not contain valid deferred deeplink parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription() |
static DeferredDeeplinkParametersListener.Error |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeferredDeeplinkParametersListener.Error[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeferredDeeplinkParametersListener.Error NOT_A_FIRST_LAUNCH
public static final DeferredDeeplinkParametersListener.Error PARSE_ERROR
public static DeferredDeeplinkParametersListener.Error[] values()
for (DeferredDeeplinkParametersListener.Error c : DeferredDeeplinkParametersListener.Error.values()) System.out.println(c);
public static DeferredDeeplinkParametersListener.Error 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 java.lang.String getDescription()