Enum Class DeferredDeeplinkListener.Error

java.lang.Object
java.lang.Enum<DeferredDeeplinkListener.Error>
io.appmetrica.analytics.DeferredDeeplinkListener.Error
All Implemented Interfaces:
Serializable, Comparable<DeferredDeeplinkListener.Error>, Constable
Enclosing interface:
DeferredDeeplinkListener

public static enum DeferredDeeplinkListener.Error extends Enum<DeferredDeeplinkListener.Error>
  • Enum Constant Details

    • NOT_A_FIRST_LAUNCH

      public static final DeferredDeeplinkListener.Error NOT_A_FIRST_LAUNCH
      Tells that Google Play referrer wasn't obtained because it can be requested during first launch only
    • PARSE_ERROR

      public static final DeferredDeeplinkListener.Error PARSE_ERROR
      Tells that Google Play referrer was obtained but it did not contain deferred deeplink
    • NO_REFERRER

      public static final DeferredDeeplinkListener.Error NO_REFERRER
      Means that referrer was not obtained (because there was no provider (Google Play Services, Huawei Media Services) on device or because the provider returned null)
    • UNKNOWN

      public static final DeferredDeeplinkListener.Error UNKNOWN
      Could not obtain deferred deeplink due to unknown error
  • Method Details

    • values

      public static DeferredDeeplinkListener.Error[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static DeferredDeeplinkListener.Error valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getDescription

      public String getDescription()
      Returns:
      String value for DeferredDeeplinkListener.Error