DeepLinkListener
总览
The DeepLinkListener
is a public interface that holds the callback method for Unified Deep Linking.
回到SDK参考索引。
公共方法
onDeepLinking
统一深度链接API中onDeepLinking的回调函数。
public void onDeepLinking(@NonNull DeepLinkResult deepLinkResult)
参数
类型 | 名称 | 备注 |
---|---|---|
DeepLinkResult | deepLinkResult | 一个保存OneLink检索操作结果和DeepLink数据的对象。 |
已更新 11 months ago