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.