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)

参数

类型名称备注
DeepLinkResultdeepLinkResult一个保存OneLink检索操作结果和DeepLink数据的对象。