public enum EAuthSessionResponse extends Enum<EAuthSessionResponse>
Enum Constant and Description |
---|
AuthTicketCanceled |
AuthTicketInvalid |
AuthTicketInvalidAlreadyUsed |
LoggedInElseWhere |
NoLicenseOrExpired |
OK |
UserNotConnectedToSteam |
VACBanned |
VACCheckTimedOut |
Modifier and Type | Field and Description |
---|---|
private int |
code |
private static HashMap<Integer,EAuthSessionResponse> |
values |
Modifier and Type | Method and Description |
---|---|
static EAuthSessionResponse |
f(int code) |
int |
v() |
static EAuthSessionResponse |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EAuthSessionResponse[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EAuthSessionResponse OK
public static final EAuthSessionResponse UserNotConnectedToSteam
public static final EAuthSessionResponse NoLicenseOrExpired
public static final EAuthSessionResponse VACBanned
public static final EAuthSessionResponse LoggedInElseWhere
public static final EAuthSessionResponse VACCheckTimedOut
public static final EAuthSessionResponse AuthTicketCanceled
public static final EAuthSessionResponse AuthTicketInvalidAlreadyUsed
public static final EAuthSessionResponse AuthTicketInvalid
private int code
private static HashMap<Integer,EAuthSessionResponse> values
public static EAuthSessionResponse[] values()
for (EAuthSessionResponse c : EAuthSessionResponse.values()) System.out.println(c);
public static EAuthSessionResponse valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic int v()
public static EAuthSessionResponse f(int code)
Copyright © 2012. All Rights Reserved.