public static enum SteamAuth.AuthSessionResponse extends Enum<SteamAuth.AuthSessionResponse>
| Enum Constant and Description |
|---|
AuthTicketCanceled |
AuthTicketInvalid |
AuthTicketInvalidAlreadyUsed |
LoggedInElseWhere |
NoLicenseOrExpired |
OK |
PublisherIssuedBan |
UserNotConnectedToSteam |
VACBanned |
VACCheckTimedOut |
| Modifier and Type | Method and Description |
|---|---|
static SteamAuth.AuthSessionResponse |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SteamAuth.AuthSessionResponse[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SteamAuth.AuthSessionResponse OK
public static final SteamAuth.AuthSessionResponse UserNotConnectedToSteam
public static final SteamAuth.AuthSessionResponse NoLicenseOrExpired
public static final SteamAuth.AuthSessionResponse VACBanned
public static final SteamAuth.AuthSessionResponse LoggedInElseWhere
public static final SteamAuth.AuthSessionResponse VACCheckTimedOut
public static final SteamAuth.AuthSessionResponse AuthTicketCanceled
public static final SteamAuth.AuthSessionResponse AuthTicketInvalidAlreadyUsed
public static final SteamAuth.AuthSessionResponse AuthTicketInvalid
public static final SteamAuth.AuthSessionResponse PublisherIssuedBan
public static SteamAuth.AuthSessionResponse[] values()
for (SteamAuth.AuthSessionResponse c : SteamAuth.AuthSessionResponse.values()) System.out.println(c);
public static SteamAuth.AuthSessionResponse 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.