-
public interface AFFacebookDeferredDeeplinkFetcher.AppLinkFetchEvents
-
-
Method Summary
Modifier and Type Method Description abstract voidonAppLinkFetchFinished(@Nullable() String nativeAppLinkUrl, @Nullable() String targetUrl, @Nullable() String promoCode)abstract voidonAppLinkFetchFailed(String error)-
-
Method Detail
-
onAppLinkFetchFinished
abstract void onAppLinkFetchFinished(@Nullable() String nativeAppLinkUrl, @Nullable() String targetUrl, @Nullable() String promoCode)
-
onAppLinkFetchFailed
abstract void onAppLinkFetchFailed(String error)
-
-
-
-