ErrorCode enum
Values
- Unknown → const ErrorCode
-
const ErrorCode('unknown') - UserCancelled → const ErrorCode
-
const ErrorCode('user-cancelled') - UserError → const ErrorCode
-
const ErrorCode('user-error') -
const ErrorCode('item-unavailable') - RemoteError → const ErrorCode
-
const ErrorCode('remote-error') - NetworkError → const ErrorCode
-
const ErrorCode('network-error') - ServiceError → const ErrorCode
-
const ErrorCode('service-error') - ReceiptFailed → const ErrorCode
-
const ErrorCode('receipt-failed') - ReceiptFinished → const ErrorCode
-
const ErrorCode('receipt-finished') - ReceiptFinishedFailed → const ErrorCode
-
const ErrorCode('receipt-finished-failed') - NotPrepared → const ErrorCode
-
const ErrorCode('not-prepared') - NotEnded → const ErrorCode
-
const ErrorCode('not-ended') - AlreadyOwned → const ErrorCode
-
const ErrorCode('already-owned') - DeveloperError → const ErrorCode
-
const ErrorCode('developer-error') - BillingResponseJsonParseError → const ErrorCode
-
const ErrorCode('billing-response-json-parse-error') - DeferredPayment → const ErrorCode
-
const ErrorCode('deferred-payment') - Interrupted → const ErrorCode
-
const ErrorCode('interrupted') - IapNotAvailable → const ErrorCode
-
const ErrorCode('iap-not-available') - PurchaseError → const ErrorCode
-
const ErrorCode('purchase-error') - SyncError → const ErrorCode
-
const ErrorCode('sync-error') - TransactionValidationFailed → const ErrorCode
-
const ErrorCode('transaction-validation-failed') -
const ErrorCode('activity-unavailable') - AlreadyPrepared → const ErrorCode
-
const ErrorCode('already-prepared') - Pending → const ErrorCode
-
const ErrorCode('pending') - ConnectionClosed → const ErrorCode
-
const ErrorCode('connection-closed') - InitConnection → const ErrorCode
-
const ErrorCode('init-connection') - ServiceDisconnected → const ErrorCode
-
const ErrorCode('service-disconnected') - QueryProduct → const ErrorCode
-
const ErrorCode('query-product') - SkuNotFound → const ErrorCode
-
const ErrorCode('sku-not-found') - SkuOfferMismatch → const ErrorCode
-
const ErrorCode('sku-offer-mismatch') - ItemNotOwned → const ErrorCode
-
const ErrorCode('item-not-owned') -
const ErrorCode('billing-unavailable') - FeatureNotSupported → const ErrorCode
-
const ErrorCode('feature-not-supported') - EmptySkuList → const ErrorCode
-
const ErrorCode('empty-sku-list')
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited