PurchaseResultType enum

Inheritance

Constructors

PurchaseResultType()
const

Values

activeSubscription → const PurchaseResultType
activePurchase → const PurchaseResultType
unknownError → const PurchaseResultType
skErrorUnknown → const PurchaseResultType
skErrorClientInvalid → const PurchaseResultType
skErrorPaymentCancelled → const PurchaseResultType
skErrorPaymentInvalid → const PurchaseResultType
skErrorPaymentNotAllowed → const PurchaseResultType
skErrorStoreProductNotAvailable → const PurchaseResultType
skErrorCloudServicePermissionDenied → const PurchaseResultType
skErrorCloudServiceNetworkConnectionFailed → const PurchaseResultType
skErrorCloudServiceRevoked → const PurchaseResultType
skErrorPrivacyAcknowledgementRequired → const PurchaseResultType
skErrorUnauthorizedRequestData → const PurchaseResultType
skErrorInvalidOfferIdentifier → const PurchaseResultType
skErrorInvalidOfferPrice → const PurchaseResultType
skErrorInvalidSignature → const PurchaseResultType
skErrorMissingOfferParams → const PurchaseResultType
skErrorIneligibleForOffer → const PurchaseResultType
skErrorOverlayCancelled → const PurchaseResultType
skErrorInvalidConfiguration → const PurchaseResultType
skErrorOverlayPresentedInBackGroundScene → const PurchaseResultType
skErrorOverlayTimeout → const PurchaseResultType
skErrorUnsupportedPlatform → const PurchaseResultType

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

values → const List<PurchaseResultType>
A constant List of the values in this enum, in order of their declaration.