Package 

Interface AppLinkData.CompletionHandler

    • Method Summary

      Modifier and Type Method Description
      abstract void onDeferredAppLinkDataFetched(@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.