PurchaseData.RecurringState
public static @interface PurchaseData.RecurringState
com.gaa.sdk.iap.PurchaseData.RecurringState
Status value of Monthly auto-renewal product
Constants
RECURRING
int RECURRING
Automatic payment is in progress
Constant Value: 0
CANCEL
int CANCEL
Reservation for the automatic payment cancellation is in progress
Constant Value: 1
NON_AUTO_PRODUCT
int NON_AUTO_PRODUCT
If it is not automatic payment
Constant Value: -1
Last updated