public enum EOS_EAntiCheatCommonClientPlatform extends java.lang.Enum<EOS_EAntiCheatCommonClientPlatform> implements com.sun.jna.NativeMapped
| Enum Constant and Description |
|---|
EOS_ACCCP_Android
The client is playing on Android
|
EOS_ACCCP_iOS
The client is playing on iOS
|
EOS_ACCCP_Linux
The client is playing on Linux
|
EOS_ACCCP_Mac
The client is playing on Mac
|
EOS_ACCCP_Nintendo
The client is playing on a Nintendo device
|
EOS_ACCCP_PlayStation
The client is playing on a PlayStation device
|
EOS_ACCCP_Unknown
Unknown platform
|
EOS_ACCCP_Windows
The client is playing on Windows
|
EOS_ACCCP_Xbox
The client is playing on an Xbox device
|
| 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_EAntiCheatCommonClientPlatform |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EOS_EAntiCheatCommonClientPlatform[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EOS_EAntiCheatCommonClientPlatform EOS_ACCCP_Unknown
public static final EOS_EAntiCheatCommonClientPlatform EOS_ACCCP_Windows
public static final EOS_EAntiCheatCommonClientPlatform EOS_ACCCP_Mac
public static final EOS_EAntiCheatCommonClientPlatform EOS_ACCCP_Linux
public static final EOS_EAntiCheatCommonClientPlatform EOS_ACCCP_Xbox
public static final EOS_EAntiCheatCommonClientPlatform EOS_ACCCP_PlayStation
public static final EOS_EAntiCheatCommonClientPlatform EOS_ACCCP_Nintendo
public static final EOS_EAntiCheatCommonClientPlatform EOS_ACCCP_iOS
public static final EOS_EAntiCheatCommonClientPlatform EOS_ACCCP_Android
public static EOS_EAntiCheatCommonClientPlatform[] values()
for (EOS_EAntiCheatCommonClientPlatform c : EOS_EAntiCheatCommonClientPlatform.values()) System.out.println(c);
public static EOS_EAntiCheatCommonClientPlatform 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