AppLinkData.CompletionHandler
Non è disponibile una versione più recente di questa classe. Controlla la versione più recente.

Interface to asynchronously receive AppLinkData after it has been fetched.

Pacchetto:applinks
Metodi di istanza
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)
ParametroDescrizione
appLinkDataThe app link data that was fetched. Null if none was found.