For the complete documentation index, see llms.txt. This page is also available as Markdown.

RecurringProductListener

public interface RecurringProductListener com.gaa.sdk.iap.RecurringProductListener 包月型商品的状态变更完成时通知的listener。

Public methods


onRecurringResponse

void onRecurringResponse(IapResult iapResult, PurchaseData purchaseData, String action)

通知包月型商品的状态变更完成时被调用。

Parameters:

iapResult

购买确认的结果

purchaseData

再次返回请求时传达的购买数据

action

PurchaseClient.RecurringAction 再次返回请求时传达的action名。

Last updated