public enum EOS_EOnlineSessionState extends java.lang.Enum<EOS_EOnlineSessionState> implements com.sun.jna.NativeMapped
| Enum Constant and Description |
|---|
EOS_OSS_Creating
An online session is in the process of being created
|
EOS_OSS_Destroying
The session is being destroyed
|
EOS_OSS_Ended
The session is closed and any stats committed
|
EOS_OSS_Ending
The session is still valid, but the session is no longer being played (post match lobby)
|
EOS_OSS_InProgress
The current session has started.
|
EOS_OSS_NoSession
An online session has not been created yet
|
EOS_OSS_Pending
Session has been created but the session hasn't started (pre match lobby)
|
EOS_OSS_Starting
Session has been asked to start (may take time due to communication with backend)
|
| 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_EOnlineSessionState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EOS_EOnlineSessionState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EOS_EOnlineSessionState EOS_OSS_NoSession
public static final EOS_EOnlineSessionState EOS_OSS_Creating
public static final EOS_EOnlineSessionState EOS_OSS_Pending
public static final EOS_EOnlineSessionState EOS_OSS_Starting
public static final EOS_EOnlineSessionState EOS_OSS_InProgress
public static final EOS_EOnlineSessionState EOS_OSS_Ending
public static final EOS_EOnlineSessionState EOS_OSS_Ended
public static final EOS_EOnlineSessionState EOS_OSS_Destroying
public static EOS_EOnlineSessionState[] values()
for (EOS_EOnlineSessionState c : EOS_EOnlineSessionState.values()) System.out.println(c);
public static EOS_EOnlineSessionState 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