AppMetricaDeferredDeeplinkErrorReason 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.
Values
- notAFirstLaunch → const AppMetricaDeferredDeeplinkErrorReason
- parseError → const AppMetricaDeferredDeeplinkErrorReason
- noReferrer → const AppMetricaDeferredDeeplinkErrorReason
- unknown → const AppMetricaDeferredDeeplinkErrorReason
Properties
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<
AppMetricaDeferredDeeplinkErrorReason> - A constant List of the values in this enum, in order of their declaration.