QueryHandlers class
Constructors
- QueryHandlers.new({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})
-
const
Properties
- currentEntitlementIOS → QueryCurrentEntitlementIOSHandler?
-
final
- fetchProducts → QueryFetchProductsHandler?
-
final
- getActiveSubscriptions → QueryGetActiveSubscriptionsHandler?
-
final
- getAppTransactionIOS → QueryGetAppTransactionIOSHandler?
-
final
- getAvailablePurchases → QueryGetAvailablePurchasesHandler?
-
final
- getPendingTransactionsIOS → QueryGetPendingTransactionsIOSHandler?
-
final
- getPromotedProductIOS → QueryGetPromotedProductIOSHandler?
-
final
- getReceiptDataIOS → QueryGetReceiptDataIOSHandler?
-
final
- getStorefront → QueryGetStorefrontHandler?
-
final
- getStorefrontIOS → QueryGetStorefrontIOSHandler?
-
final
- getTransactionJwsIOS → QueryGetTransactionJwsIOSHandler?
-
final
- hasActiveSubscriptions → QueryHasActiveSubscriptionsHandler?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isEligibleForIntroOfferIOS → QueryIsEligibleForIntroOfferIOSHandler?
-
final
- isTransactionVerifiedIOS → QueryIsTransactionVerifiedIOSHandler?
-
final
- latestTransactionIOS → QueryLatestTransactionIOSHandler?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subscriptionStatusIOS → QuerySubscriptionStatusIOSHandler?
-
final
- validateReceiptIOS → QueryValidateReceiptIOSHandler?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited