QueryHandlers constructor
const
QueryHandlers({
- QueryCurrentEntitlementIOSHandler? currentEntitlementIOS,
- QueryFetchProductsHandler? fetchProducts,
- QueryGetActiveSubscriptionsHandler? getActiveSubscriptions,
- QueryGetAppTransactionIOSHandler? getAppTransactionIOS,
- QueryGetAvailablePurchasesHandler? getAvailablePurchases,
- QueryGetPendingTransactionsIOSHandler? getPendingTransactionsIOS,
- QueryGetPromotedProductIOSHandler? getPromotedProductIOS,
- QueryGetReceiptDataIOSHandler? getReceiptDataIOS,
- QueryGetStorefrontHandler? getStorefront,
- QueryGetStorefrontIOSHandler? getStorefrontIOS,
- QueryGetTransactionJwsIOSHandler? getTransactionJwsIOS,
- QueryHasActiveSubscriptionsHandler? hasActiveSubscriptions,
- QueryIsEligibleForIntroOfferIOSHandler? isEligibleForIntroOfferIOS,
- QueryIsTransactionVerifiedIOSHandler? isTransactionVerifiedIOS,
- QueryLatestTransactionIOSHandler? latestTransactionIOS,
- QuerySubscriptionStatusIOSHandler? subscriptionStatusIOS,
- QueryValidateReceiptIOSHandler? validateReceiptIOS,
Implementation
const QueryHandlers({
this.currentEntitlementIOS,
this.fetchProducts,
this.getActiveSubscriptions,
this.getAppTransactionIOS,
this.getAvailablePurchases,
this.getPendingTransactionsIOS,
this.getPromotedProductIOS,
this.getReceiptDataIOS,
this.getStorefront,
this.getStorefrontIOS,
this.getTransactionJwsIOS,
this.hasActiveSubscriptions,
this.isEligibleForIntroOfferIOS,
this.isTransactionVerifiedIOS,
this.latestTransactionIOS,
this.subscriptionStatusIOS,
this.validateReceiptIOS,
});