Enum Class EOS_EAntiCheatCommonClientActionReason
java.lang.Object
java.lang.Enum<EOS_EAntiCheatCommonClientActionReason>
host.anzo.eossdk.eos.sdk.anticheat.common.enums.EOS_EAntiCheatCommonClientActionReason
- All Implemented Interfaces:
com.sun.jna.NativeMapped,Serializable,Comparable<EOS_EAntiCheatCommonClientActionReason>,Constable
public enum EOS_EAntiCheatCommonClientActionReason
extends Enum<EOS_EAntiCheatCommonClientActionReason>
implements com.sun.jna.NativeMapped
Anti-cheat action reasons. Applicable to both clients and remote peers.
- Since:
- 8/5/2023
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe client/peer's anti-cheat authentication failedThe client/peer failed an anti-cheat backend runtime checkThe client/peer failed an anti-cheat client runtime checkThe client/peer's anti-cheat heartbeat was not receivedAn internal error occurredNot usedAn anti-cheat message received from the client/peer was corrupt or invalidThe client/peer failed to load the anti-cheat module at startupThe client/peer is permanently bannedThe client/peer is temporarily bannedThe client/peer is temporarily blocked from playing on this game server -
Method Summary
Modifier and TypeMethodDescriptionfromNative(Object nativeValue, com.sun.jna.FromNativeContext context) Class<?>toNative()Returns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
EOS_ACCCAR_Invalid
Not used -
EOS_ACCCAR_InternalError
An internal error occurred -
EOS_ACCCAR_InvalidMessage
An anti-cheat message received from the client/peer was corrupt or invalid -
EOS_ACCCAR_AuthenticationFailed
The client/peer's anti-cheat authentication failed -
EOS_ACCCAR_NullClient
The client/peer failed to load the anti-cheat module at startup -
EOS_ACCCAR_HeartbeatTimeout
The client/peer's anti-cheat heartbeat was not received -
EOS_ACCCAR_ClientViolation
The client/peer failed an anti-cheat client runtime check -
EOS_ACCCAR_BackendViolation
The client/peer failed an anti-cheat backend runtime check -
EOS_ACCCAR_TemporaryCooldown
The client/peer is temporarily blocked from playing on this game server -
EOS_ACCCAR_TemporaryBanned
The client/peer is temporarily banned -
EOS_ACCCAR_PermanentBanned
The client/peer is permanently banned
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
fromNative
- Specified by:
fromNativein interfacecom.sun.jna.NativeMapped
-
toNative
- Specified by:
toNativein interfacecom.sun.jna.NativeMapped
-
nativeType
- Specified by:
nativeTypein interfacecom.sun.jna.NativeMapped
-