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)
描述
购买验证失败时触发。
回调参数
类型 | 名称 | 描述 |
---|---|---|
String | error | 验证过程中发生的错误类型。 |
返回
void
已更新 5 months ago