ErrorCodes class abstract
Error codes for in-app purchase operations.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Constants
- cancelled → const String
- invalidProduct → const String
- networkError → const String
- noPurchasesToRestore → const String
- notAllowed → const String
- notInitialized → const String
- paymentDeclined → const String
- paymentInvalid → const String
- productAlreadyOwned → const String
- productNotFound → const String
- purchaseDeferred → const String
- purchaseFailed → const String
- purchasePending → const String
- receiptInvalid → const String
- restoreFailed → const String
- storeNotConfigured → const String
- timeout → const String
- unknown → const String
- verificationFailed → const String