[EN]RecurringProductListener

public interface RecurringProductListener com.gaa.sdk.iap.RecurringProductListener

A listener that notifies when the status of monthly auto-renewal products is changed.

Public methods


onRecurringResponse

void onRecurringResponse(IapResult, PurchaseData, String action) Called to notify when the status of monthly auto-renewal products has been changed.

Parameters:

iapResult

Purchase acknowledgement results

purchaseData

Restores the delivered purchase data when requested

action

Restores the delivered action name when PurchaseClient.RecurringAction is requested

Last updated