-
public interface AppLinkData.CompletionHandlerInterface to asynchronously receive AppLinkData after it has been fetched.
-
-
Method Summary
Modifier and Type Method Description abstract voidonDeferredAppLinkDataFetched(@Nullable() AppLinkData appLinkData)This method is called when deferred app link data has been fetched. -
-
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.
-
-
-
-