EMarketNotAllowedReasonFlags enum

Inheritance

Values

none → const EMarketNotAllowedReasonFlags
const EMarketNotAllowedReasonFlags(0)
temporaryFailure → const EMarketNotAllowedReasonFlags
const EMarketNotAllowedReasonFlags(1)
accountDisabled → const EMarketNotAllowedReasonFlags
const EMarketNotAllowedReasonFlags(2)
accountLockedDown → const EMarketNotAllowedReasonFlags
const EMarketNotAllowedReasonFlags(4)
accountLimited → const EMarketNotAllowedReasonFlags
const EMarketNotAllowedReasonFlags(8)
tradeBanned → const EMarketNotAllowedReasonFlags
const EMarketNotAllowedReasonFlags(16)
accountNotTrusted → const EMarketNotAllowedReasonFlags
const EMarketNotAllowedReasonFlags(32)
steamGuardNotEnabled → const EMarketNotAllowedReasonFlags
const EMarketNotAllowedReasonFlags(64)
steamGuardOnlyRecentlyEnabled → const EMarketNotAllowedReasonFlags
const EMarketNotAllowedReasonFlags(128)
recentPasswordReset → const EMarketNotAllowedReasonFlags
const EMarketNotAllowedReasonFlags(256)
newPaymentMethod → const EMarketNotAllowedReasonFlags
const EMarketNotAllowedReasonFlags(512)
invalidCookie → const EMarketNotAllowedReasonFlags
const EMarketNotAllowedReasonFlags(1024)
usingNewDevice → const EMarketNotAllowedReasonFlags
const EMarketNotAllowedReasonFlags(2048)
recentSelfRefund → const EMarketNotAllowedReasonFlags
const EMarketNotAllowedReasonFlags(4096)
newPaymentMethodCannotBeVerified → const EMarketNotAllowedReasonFlags
const EMarketNotAllowedReasonFlags(8192)
noRecentPurchases → const EMarketNotAllowedReasonFlags
const EMarketNotAllowedReasonFlags(16384)
acceptedWalletGift → const EMarketNotAllowedReasonFlags
const EMarketNotAllowedReasonFlags(32768)

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
value int
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

Constants

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