AppsFlyerInAppPurchaseValidatorListener (LEGACY)
Overview
Implement the AppsFlyerInAppPurchaseValidatorListener
interface to handle purchase validation success and failure.
Go back to the SDK reference index.
Interface declaration
public interface AppsFlyerInAppPurchaseValidatorListener
Methods
onValidateInApp
Method signature
void onValidateInApp()
Description
Triggered upon successful purchase validation.
Returns
void
onValidateInAppFailure
Method signature
void onValidateInAppFailure(java.lang.String error)
Description
Triggered upon failed purchase validation.
Callback parameters
Type | Name | Description |
---|---|---|
String | error | The type of error that occurred during validation. |
Returns
void
Updated 7 months ago