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