AppsFlyerDeepLinkResult

总览

回到SDK参考索引

属性

deepLink

类型名称描述
DeepLinkDeepLink保存从UDL API检索到OneLink数据的属性。

status

类型名称描述
DeepLinkResultStatusstatus

常量

名称描述
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在尝试查找与此深度链接或延迟深度链接点击的匹配项时,或在OneLink数据检索期间遇到错误。
错误属性中获取错误信息。

Error

类型名称描述
NSErrorerror保存在UDL操作期间检测到错误的属性。