AppsFlyerInAppPurchaseValidatorListener

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

TypeNameDescription
StringerrorThe type of error that occurred during validation.

Returns
void