AppLinkData.CompletionHandler
Đã có phiên bản mới hơn của lớp này. Hãy kiểm tra phiên bản mới nhất.

Interface to asynchronously receive AppLinkData after it has been fetched.

Gói:applinks
Phương thức thực thể
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)
Thông sốMô tả
appLinkDataThe app link data that was fetched. Null if none was found.