public enum EOS_ELoginStatus extends java.lang.Enum<EOS_ELoginStatus> implements com.sun.jna.NativeMapped
EOS_Auth_Interface.addNotifyLoginStatusChanged(EOS_Auth_AddNotifyLoginStatusChangedOptions, Pointer, EOS_Auth_OnLoginStatusChangedCallback),
EOS_Auth_Interface.getLoginStatus(EOS_EpicAccountId),
EOS_Auth_Interface.login(EOS_Auth_LoginOptions, Pointer, EOS_Auth_OnLoginCallback),
EOS_Connect_Interface.addNotifyLoginStatusChanged(EOS_Connect_AddNotifyLoginStatusChangedOptions, Pointer, EOS_Connect_OnLoginStatusChangedCallback),
EOS_Connect_Interface.getLoginStatus(EOS_ProductUserId),
EOS_Connect_Interface.login(EOS_Connect_LoginOptions, Pointer, EOS_Connect_OnLoginCallback)| Enum Constant and Description |
|---|
EOS_LS_LoggedIn
Player has been validated by the platform specific authentication service
|
EOS_LS_NotLoggedIn
Player has not logged in or chosen a local profile
|
EOS_LS_UsingLocalProfile
Player is using a local profile but is not logged in
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
fromNative(java.lang.Object nativeValue,
com.sun.jna.FromNativeContext context) |
java.lang.Class<?> |
nativeType() |
java.lang.Object |
toNative() |
static EOS_ELoginStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EOS_ELoginStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EOS_ELoginStatus EOS_LS_NotLoggedIn
public static final EOS_ELoginStatus EOS_LS_UsingLocalProfile
public static final EOS_ELoginStatus EOS_LS_LoggedIn
public static EOS_ELoginStatus[] values()
for (EOS_ELoginStatus c : EOS_ELoginStatus.values()) System.out.println(c);
public static EOS_ELoginStatus valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.Object fromNative(java.lang.Object nativeValue,
com.sun.jna.FromNativeContext context)
fromNative in interface com.sun.jna.NativeMappedpublic java.lang.Object toNative()
toNative in interface com.sun.jna.NativeMappedpublic java.lang.Class<?> nativeType()
nativeType in interface com.sun.jna.NativeMapped