EAuthSessionResponse enum

Inheritance

Constructors

EAuthSessionResponse(int value)
const
EAuthSessionResponse.fromValue(int value)
factory

Values

ok → const EAuthSessionResponse
const EAuthSessionResponse(0)
userNotConnectedToSteam → const EAuthSessionResponse
const EAuthSessionResponse(1)
noLicenseOrExpired → const EAuthSessionResponse
const EAuthSessionResponse(2)
vACBanned → const EAuthSessionResponse
const EAuthSessionResponse(3)
loggedInElseWhere → const EAuthSessionResponse
const EAuthSessionResponse(4)
vACCheckTimedOut → const EAuthSessionResponse
const EAuthSessionResponse(5)
authTicketCanceled → const EAuthSessionResponse
const EAuthSessionResponse(6)
authTicketInvalidAlreadyUsed → const EAuthSessionResponse
const EAuthSessionResponse(7)
authTicketInvalid → const EAuthSessionResponse
const EAuthSessionResponse(8)
publisherIssuedBan → const EAuthSessionResponse
const EAuthSessionResponse(9)
authTicketNetworkIdentityFailure → const EAuthSessionResponse
const EAuthSessionResponse(10)

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<EAuthSessionResponse>
A constant List of the values in this enum, in order of their declaration.