Package com.usebutton.merchant
Interface PostInstallIntentListener
-
- All Implemented Interfaces:
public interface PostInstallIntentListenerCallbacks for post-install intent handler.
-
-
Method Summary
-
-
Method Detail
-
onResult
abstract void onResult(@Nullable() Intent intent, @Nullable() Throwable t)
This callback is used to notify the application that the request to check for a post-app install deep link is complete. If a deep link was found, it will be returned here. If an error was encountered while making the request, it will optionally be returned here.
- Parameters:
intent- if a post-install link was found it will be returned here in the intent data.t- if an error was encountered while making the request it will be returned in this param, otherwisenull.
-
-
-
-