AppLinkData.CompletionHandler
يتوفر إصدار أحدث لهذه الفئة. يرجى التحقق أحدث إصدار.

Interface to asynchronously receive AppLinkData after it has been fetched.

الحزمة:facebook
طرق المثيلات
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.