@@ -160,7 +160,7 @@ InAppBilling.open()
160160 * **orderId:** String
161161 * **purchaseToken:** String
162162 * **purchaseTime:** String
163- * **purchaseState:** String
163+ * **purchaseState:** String (" PurchasedSuccessfully ", " Canceled ", " Refunded ", " SubscriptionExpired ")
164164 * **receiptSignature:** String
165165 * **receiptData:** String
166166 * **developerPayload:** String
@@ -194,7 +194,7 @@ InAppBilling.consumePurchase('your.inapp.productid').then(...);
194194 * **orderId:** String
195195 * **purchaseToken:** String
196196 * **purchaseTime:** String
197- * **purchaseState:** String
197+ * **purchaseState:** String (" PurchasedSuccessfully ", " Canceled ", " Refunded ", " SubscriptionExpired ")
198198 * **receiptSignature:** String
199199 * **receiptData:** String
200200 * **developerPayload:** String
@@ -312,7 +312,7 @@ InAppBilling.getSubscriptionDetailsArray(['your.inapp.productid', 'your.inapp.pr
312312 * **orderId:** String
313313 * **purchaseToken:** String
314314 * **purchaseTime:** String
315- * **purchaseState:** String
315+ * **purchaseState:** String (" PurchasedSuccessfully ", " Canceled ", " Refunded ", " SubscriptionExpired ")
316316 * **receiptSignature:** String
317317 * **receiptData:** String
318318 * **developerPayload:** String
@@ -334,7 +334,7 @@ InAppBilling.getPurchaseTransactionDetails('your.inapp.productid')
334334 * **orderId:** String
335335 * **purchaseToken:** String
336336 * **purchaseTime:** String
337- * **purchaseState:** String
337+ * **purchaseState:** String (" PurchasedSuccessfully ", " Canceled ", " Refunded ", " SubscriptionExpired ")
338338 * **receiptSignature:** String
339339 * **receiptData:** String
340340 * **developerPayload:** String
0 commit comments