AppsFlyerDeepLinkResult
总览
回到SDK参考索引。
属性
deepLink
类型 | 名称 | 描述 |
---|---|---|
DeepLink | DeepLink | 保存从UDL API检索到OneLink数据的属性。 |
status
类型 | 名称 | 描述 |
---|---|---|
DeepLinkResultStatus | status |
常量
名称 | 描述 |
---|---|
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在尝试查找与此深度链接或延迟深度链接点击的匹配项时,或在OneLink数据检索期间遇到错误。 从错误属性中获取错误信息。 |
Error
类型 | 名称 | 描述 |
---|---|---|
NSError | error | 保存在UDL操作期间检测到错误的属性。 |
已更新 11 months ago