AppLinkData.CompletionHandler
这个类有新版本。查看 最新版本。

Interface to asynchronously receive AppLinkData after it has been fetched.

应用安装包:applinks
实例方法
onDeferredAppLinkDataFetched(AppLinkData)

This method is called when deferred app link data has been fetched. If no app link data was found, this method is called with null

public void onDeferredAppLinkDataFetched(AppLinkData appLinkData)
参数描述
appLinkDataThe app link data that was fetched. Null if none was found.