public static enum SteamAuth.BeginAuthSessionResult extends Enum<SteamAuth.BeginAuthSessionResult>
| Enum Constant and Description |
|---|
DuplicateRequest |
ExpiredTicket |
GameMismatch |
InvalidTicket |
InvalidVersion |
OK |
| Modifier and Type | Method and Description |
|---|---|
static SteamAuth.BeginAuthSessionResult |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SteamAuth.BeginAuthSessionResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SteamAuth.BeginAuthSessionResult OK
public static final SteamAuth.BeginAuthSessionResult InvalidTicket
public static final SteamAuth.BeginAuthSessionResult DuplicateRequest
public static final SteamAuth.BeginAuthSessionResult InvalidVersion
public static final SteamAuth.BeginAuthSessionResult GameMismatch
public static final SteamAuth.BeginAuthSessionResult ExpiredTicket
public static SteamAuth.BeginAuthSessionResult[] values()
for (SteamAuth.BeginAuthSessionResult c : SteamAuth.BeginAuthSessionResult.values()) System.out.println(c);
public static SteamAuth.BeginAuthSessionResult 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 nullCopyright © 2018. All rights reserved.