DeferredDeeplinkErrorReason enum

Contains possible error values when requesting a deferred deeplink:

  • notAFirstLaunch - the deferred deeplink cannot be received, since the deferred deeplink request is possible only on the first launch.
  • parseError - the deferred deeplink could not be found. This is possible if the referrer did not contain the appmetrica_deep_link parameter.
  • noReferrer - the referrer could not be found, or the value is null/Play Services is missing/Huawei Media Services is missing.
  • unknown - unknown error.
Inheritance

Constructors

DeferredDeeplinkErrorReason()
const

Values

notAFirstLaunch → const DeferredDeeplinkErrorReason
parseError → const DeferredDeeplinkErrorReason
noReferrer → const DeferredDeeplinkErrorReason
unknown → const DeferredDeeplinkErrorReason

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<DeferredDeeplinkErrorReason>
A constant List of the values in this enum, in order of their declaration.