AppsFlyerDeepLinkResult
Overview
Go back to the SDK reference index.
Properties
deepLink
Type | Name | Description |
---|---|---|
DeepLink | DeepLink | Property holding the retrieved OneLink data from UDL API. |
status
Type | Name | Description |
---|---|---|
DeepLinkResultStatus | status |
Constants
Name | Description |
---|---|
AFSDKDeepLinkResultStatusNotFound | UDL API did not find a match to this deep linking or deferred deep linking click. The didResolveDeepLink() method should exit. |
AFSDKDeepLinkResultStatusFound | UDL 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. |
AFSDKDeepLinkResultStatusFailure | UDL 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
Type | Name | Description |
---|---|---|
NSError | error | Property holding the error detected during the UDL operation. |
Updated about 1 year ago