Package host.anzo.eossdk.eosex
Class AEOSClient
- Since:
- 8/16/2023
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract EOS_Auth_LoginOptionsprotected abstract EOS_Connect_LoginOptionsgetConnectLoginOptions(EOS_Auth_IdToken authIdToken) protected voidEvent happens when client module detected any integrity violationprotected voidonConnectLoginComplete(EOS_EResult result, EOS_ProductUserId productUserId) protected voidonConnectLoginFailed(EOS_EResult result) protected voidonMessageToServer(@NotNull EOS_AntiCheatClient_OnMessageToServerCallbackInfo callbackInfo) Event happens when client module wants to send EAC data to server-side anti-cheatvoidshutdown()start(EOSClientOptions options) Methods inherited from class host.anzo.eossdk.eosex.AEOSBase
callApi, callApiSync, initPlatform, onLogMessage, reportPlayer
-
Field Details
-
authIdToken
-
-
Constructor Details
-
AEOSClient
public AEOSClient()
-
-
Method Details
-
start
- Overrides:
startin classAEOSBase<EOSClientOptions>- Throws:
EOSException
-
getAuthLoginOptions
-
getConnectLoginOptions
-
onConnectLoginFailed
-
onConnectLoginComplete
-
shutdown
public void shutdown()- Overrides:
shutdownin classAEOSBase<EOSClientOptions>
-
onMessageToServer
protected void onMessageToServer(@NotNull @NotNull EOS_AntiCheatClient_OnMessageToServerCallbackInfo callbackInfo) Event happens when client module wants to send EAC data to server-side anti-cheat- Parameters:
callbackInfo- callback with EAC data
-
onClientIntegrityViolated
protected void onClientIntegrityViolated(EOS_AntiCheatClient_OnClientIntegrityViolatedCallbackInfo callbackInfo) Event happens when client module detected any integrity violation- Parameters:
callbackInfo- callback info with integrity violation data
-