-
public interface SubscriptionResolverGraphQL root subscription operations.
-
-
Method Summary
Modifier and Type Method Description abstract StringpromotedProductIOS()Fires when the App Store surfaces a promoted product (iOS only) abstract PurchaseErrorpurchaseError()Fires when a purchase fails or is cancelled abstract PurchasepurchaseUpdated()Fires when a purchase completes successfully or a pending purchase resolves abstract UserChoiceBillingDetailsuserChoiceBillingAndroid()Fires when a user selects alternative billing in the User Choice Billing dialog (Android only) Only triggered when the user selects alternative billing instead of Google Play billing -
-
Method Detail
-
promotedProductIOS
abstract String promotedProductIOS()
Fires when the App Store surfaces a promoted product (iOS only)
-
purchaseError
abstract PurchaseError purchaseError()
Fires when a purchase fails or is cancelled
-
purchaseUpdated
abstract Purchase purchaseUpdated()
Fires when a purchase completes successfully or a pending purchase resolves
-
userChoiceBillingAndroid
abstract UserChoiceBillingDetails userChoiceBillingAndroid()
Fires when a user selects alternative billing in the User Choice Billing dialog (Android only) Only triggered when the user selects alternative billing instead of Google Play billing
-
-
-
-