AppsFlyerInAppPurchaseValidatorListener (LEGACY)

总览

Implement the AppsFlyerInAppPurchaseValidatorListener interface to handle purchase validation success and failure.

回到SDK参考索引

界面声明

public interface AppsFlyerInAppPurchaseValidatorListener

方法

onValidateInApp

方法签名

void onValidateInApp()

描述
购买验证成功时触发。

返回
void

onValidateInAppFailure

方法签名

void onValidateInAppFailure(java.lang.String error)

描述
购买验证失败时触发。

回调参数

类型名称描述
Stringerror验证过程中发生的错误类型。

返回
void