AppsFlyerDeepLinkResult

Overview

Go back to the SDK reference index.

Properties

deepLink

TypeNameDescription
DeepLinkDeepLinkProperty holding the retrieved OneLink data from UDL API.

status

TypeNameDescription
DeepLinkResultStatusstatus

Constants

NameDescription
AFSDKDeepLinkResultStatusNotFoundUDL API did not find a match to this deep linking or deferred deep linking click.
The didResolveDeepLink() method should exit.
AFSDKDeepLinkResultStatusFoundUDL API found a match to this deep linking or deferred deep linking click.
The OneLink deep link data is in a DeepLink object in deepLink property.
AFSDKDeepLinkResultStatusFailureUDL API encountered an error while trying to find a match to this deep linking or deferred deep linking click, or during the OneLink data retrieval.
Get the error from the error property.

Error

TypeNameDescription
NSErrorerrorProperty holding the error detected during the UDL operation.