Android SDK Version


public interface AppLinkData.CompletionHandler
Interface to asynchronously receive AppLinkData after it has been fetched.
Method Summary
Modifier and TypeMethodDescription
abstract voidonDeferredAppLinkDataFetched(@Nullable() AppLinkData appLinkData) This method is called when deferred app link data has been fetched.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail

onDeferredAppLinkDataFetched

 abstract void onDeferredAppLinkDataFetched(@Nullable() AppLinkData appLinkData)
This method is called when deferred app link data has been fetched. If no app link data wasfound, this method is called with null
Parameters:
appLinkData - The app link data that was fetched.