Package host.anzo.eossdk.eos.sdk
Interface EOSLibrary
- All Superinterfaces:
com.sun.jna.Library
public interface EOSLibrary
extends com.sun.jna.Library
- Since:
- 8/8/2023
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.sun.jna.Library
com.sun.jna.Library.Handler -
Field Summary
FieldsFields inherited from interface com.sun.jna.Library
OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_CLASSLOADER, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_OPEN_FLAGS, OPTION_STRING_ENCODING, OPTION_STRUCTURE_ALIGNMENT, OPTION_SYMBOL_PROVIDER, OPTION_TYPE_MAPPER -
Method Summary
Modifier and TypeMethodDescriptionEOS_Achievements_AddNotifyAchievementsUnlockedV2(EOS_Achievements_Interface handle, EOS_Achievements_AddNotifyAchievementsUnlockedV2Options options, com.sun.jna.Pointer clientData, EOS_Achievements_OnAchievementsUnlockedCallbackV2 notificationFn) EOS_Achievements_CopyAchievementDefinitionV2ByAchievementId(EOS_Achievements_Interface handle, EOS_Achievements_CopyAchievementDefinitionV2ByAchievementIdOptions options, EOS_Achievements_DefinitionV2.ByReference outDefinition) EOS_Achievements_CopyAchievementDefinitionV2ByIndex(EOS_Achievements_Interface handle, EOS_Achievements_CopyAchievementDefinitionV2ByIndexOptions options, EOS_Achievements_DefinitionV2.ByReference outDefinition) EOS_Achievements_CopyPlayerAchievementByAchievementId(EOS_Achievements_Interface handle, EOS_Achievements_CopyPlayerAchievementByAchievementIdOptions options, EOS_Achievements_PlayerAchievement.ByReference outAchievement) EOS_Achievements_CopyPlayerAchievementByIndex(EOS_Achievements_Interface handle, EOS_Achievements_CopyPlayerAchievementByIndexOptions options, EOS_Achievements_PlayerAchievement.ByReference outAchievement) voidEOS_Achievements_DefinitionV2_Release(EOS_Achievements_DefinitionV2 achievementDefinition) intEOS_Achievements_GetAchievementDefinitionCount(EOS_Achievements_Interface handle, EOS_Achievements_GetAchievementDefinitionCountOptions options) intEOS_Achievements_GetPlayerAchievementCount(EOS_Achievements_Interface handle, EOS_Achievements_GetPlayerAchievementCountOptions options) voidvoidEOS_Achievements_QueryDefinitions(EOS_Achievements_Interface handle, EOS_Achievements_QueryDefinitionsOptions options, com.sun.jna.Pointer clientData, EOS_Achievements_OnQueryDefinitionsCompleteCallback completionDelegate) voidEOS_Achievements_QueryPlayerAchievements(EOS_Achievements_Interface handle, EOS_Achievements_QueryPlayerAchievementsOptions options, com.sun.jna.Pointer clientData, EOS_Achievements_OnQueryPlayerAchievementsCompleteCallback completionDelegate) voidEOS_Achievements_RemoveNotifyAchievementsUnlocked(EOS_Achievements_Interface handle, EOS_NotificationId InId) voidEOS_Achievements_UnlockAchievements(EOS_Achievements_Interface handle, EOS_Achievements_UnlockAchievementsOptions options, com.sun.jna.Pointer clientData, EOS_Achievements_OnUnlockAchievementsCompleteCallback completionDelegate) EOS_ActiveSession_CopyInfo(EOS_ActiveSession handle, EOS_ActiveSession_CopyInfoOptions options, EOS_ActiveSession_Info.ByReference outActiveSessionInfo) EOS_ActiveSession_GetRegisteredPlayerByIndex(EOS_ActiveSession handle, EOS_ActiveSession_GetRegisteredPlayerByIndexOptions options) intEOS_ActiveSession_GetRegisteredPlayerCount(EOS_ActiveSession handle, EOS_ActiveSession_GetRegisteredPlayerCountOptions options) voidEOS_ActiveSession_Info_Release(EOS_ActiveSession_Info activeSessionInfo) voidEOS_ActiveSession_Release(EOS_ActiveSession activeSessionHandle) EOS_AntiCheatClient_AddExternalIntegrityCatalog(EOS_AntiCheatClient_Interface handle, EOS_AntiCheatClient_AddExternalIntegrityCatalogOptions options) EOS_AntiCheatClient_AddNotifyClientIntegrityViolated(EOS_AntiCheatClient_Interface handle, EOS_AntiCheatClient_AddNotifyClientIntegrityViolatedOptions options, com.sun.jna.Pointer clientData, EOS_AntiCheatClient_OnClientIntegrityViolatedCallback notificationFn) EOS_AntiCheatClient_AddNotifyMessageToPeer(EOS_AntiCheatClient_Interface handle, EOS_AntiCheatClient_AddNotifyMessageToPeerOptions options, com.sun.jna.Pointer clientData, EOS_AntiCheatClient_OnMessageToPeerCallback notificationFn) EOS_AntiCheatClient_AddNotifyMessageToServer(EOS_AntiCheatClient_Interface handle, EOS_AntiCheatClient_AddNotifyMessageToServerOptions options, com.sun.jna.Pointer clientData, EOS_AntiCheatClient_OnMessageToServerCallback notificationFn) EOS_AntiCheatClient_AddNotifyPeerActionRequired(EOS_AntiCheatClient_Interface handle, EOS_AntiCheatClient_AddNotifyPeerActionRequiredOptions options, com.sun.jna.Pointer clientData, EOS_AntiCheatClient_OnPeerActionRequiredCallback notificationFn) EOS_AntiCheatClient_AddNotifyPeerAuthStatusChanged(EOS_AntiCheatClient_Interface handle, EOS_AntiCheatClient_AddNotifyPeerAuthStatusChangedOptions options, com.sun.jna.Pointer clientData, EOS_AntiCheatClient_OnPeerAuthStatusChangedCallback notificationFn) EOS_AntiCheatClient_BeginSession(EOS_AntiCheatClient_Interface handle, EOS_AntiCheatClient_BeginSessionOptions options) EOS_AntiCheatClient_EndSession(EOS_AntiCheatClient_Interface handle, EOS_AntiCheatClient_EndSessionOptions options) EOS_AntiCheatClient_GetProtectMessageOutputLength(EOS_AntiCheatClient_Interface handle, EOS_AntiCheatClient_GetProtectMessageOutputLengthOptions options, com.sun.jna.ptr.IntByReference outBufferSizeBytes) EOS_AntiCheatClient_ProtectMessage(EOS_AntiCheatClient_Interface handle, EOS_AntiCheatClient_ProtectMessageOptions.ByReference options, ByteBuffer outBuffer, com.sun.jna.ptr.IntByReference outBytesWritten) EOS_AntiCheatClient_ReceiveMessageFromPeer(EOS_AntiCheatClient_Interface handle, EOS_AntiCheatClient_ReceiveMessageFromPeerOptions options) EOS_AntiCheatClient_ReceiveMessageFromServer(EOS_AntiCheatClient_Interface handle, EOS_AntiCheatClient_ReceiveMessageFromServerOptions options) EOS_AntiCheatClient_RegisterPeer(EOS_AntiCheatClient_Interface handle, EOS_AntiCheatClient_RegisterPeerOptions options) voidEOS_AntiCheatClient_RemoveNotifyClientIntegrityViolated(EOS_AntiCheatClient_Interface handle, EOS_NotificationId NotificationId) voidEOS_AntiCheatClient_RemoveNotifyMessageToPeer(EOS_AntiCheatClient_Interface handle, EOS_NotificationId NotificationId) voidEOS_AntiCheatClient_RemoveNotifyMessageToServer(EOS_AntiCheatClient_Interface handle, EOS_NotificationId NotificationId) voidEOS_AntiCheatClient_RemoveNotifyPeerActionRequired(EOS_AntiCheatClient_Interface handle, EOS_NotificationId NotificationId) voidEOS_AntiCheatClient_RemoveNotifyPeerAuthStatusChanged(EOS_AntiCheatClient_Interface handle, EOS_NotificationId NotificationId) EOS_AntiCheatClient_UnprotectMessage(EOS_AntiCheatClient_Interface handle, EOS_AntiCheatClient_UnprotectMessageOptions options, ByteBuffer outBuffer, com.sun.jna.ptr.IntByReference outBytesWritten) EOS_AntiCheatClient_UnregisterPeer(EOS_AntiCheatClient_Interface handle, EOS_AntiCheatClient_UnregisterPeerOptions options) EOS_AntiCheatServer_AddNotifyClientActionRequired(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatServer_AddNotifyClientActionRequiredOptions options, com.sun.jna.Pointer clientData, EOS_AntiCheatServer_OnClientActionRequiredCallback notificationFn) EOS_AntiCheatServer_AddNotifyClientAuthStatusChanged(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatServer_AddNotifyClientAuthStatusChangedOptions options, com.sun.jna.Pointer clientData, EOS_AntiCheatServer_OnClientAuthStatusChangedCallback notificationFn) EOS_AntiCheatServer_AddNotifyMessageToClient(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatServer_AddNotifyMessageToClientOptions options, com.sun.jna.Pointer clientData, EOS_AntiCheatServer_OnMessageToClientCallback notificationFn) EOS_AntiCheatServer_BeginSession(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatServer_BeginSessionOptions options) EOS_AntiCheatServer_EndSession(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatServer_EndSessionOptions options) EOS_AntiCheatServer_GetProtectMessageOutputLength(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatServer_GetProtectMessageOutputLengthOptions options, com.sun.jna.ptr.IntByReference outBufferSizeBytes) EOS_AntiCheatServer_LogEvent(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatCommon_LogEventOptions options) EOS_AntiCheatServer_LogGameRoundEnd(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatCommon_LogGameRoundEndOptions options) EOS_AntiCheatServer_LogGameRoundStart(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatCommon_LogGameRoundStartOptions options) EOS_AntiCheatServer_LogPlayerDespawn(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatCommon_LogPlayerDespawnOptions options) EOS_AntiCheatServer_LogPlayerRevive(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatCommon_LogPlayerReviveOptions options) EOS_AntiCheatServer_LogPlayerSpawn(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatCommon_LogPlayerSpawnOptions options) EOS_AntiCheatServer_LogPlayerTakeDamage(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatCommon_LogPlayerTakeDamageOptions options) EOS_AntiCheatServer_LogPlayerTick(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatCommon_LogPlayerTickOptions options) EOS_AntiCheatServer_LogPlayerUseAbility(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatCommon_LogPlayerUseAbilityOptions options) EOS_AntiCheatServer_LogPlayerUseWeapon(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatCommon_LogPlayerUseWeaponOptions options) EOS_AntiCheatServer_ProtectMessage(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatServer_ProtectMessageOptions.ByReference options, ByteBuffer outBuffer, com.sun.jna.ptr.IntByReference outBytesWritten) EOS_AntiCheatServer_ReceiveMessageFromClient(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatServer_ReceiveMessageFromClientOptions options) EOS_AntiCheatServer_RegisterClient(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatServer_RegisterClientOptions options) EOS_AntiCheatServer_RegisterEvent(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatCommon_RegisterEventOptions options) voidEOS_AntiCheatServer_RemoveNotifyClientActionRequired(EOS_AntiCheatServer_Interface handle, EOS_NotificationId notificationId) voidEOS_AntiCheatServer_RemoveNotifyClientAuthStatusChanged(EOS_AntiCheatServer_Interface handle, EOS_NotificationId notificationId) voidEOS_AntiCheatServer_RemoveNotifyMessageToClient(EOS_AntiCheatServer_Interface handle, EOS_NotificationId notificationId) EOS_AntiCheatServer_SetClientDetails(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatCommon_SetClientDetailsOptions options) EOS_AntiCheatServer_SetClientNetworkState(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatServer_SetClientNetworkStateOptions options) EOS_AntiCheatServer_SetGameSessionId(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatCommon_SetGameSessionIdOptions options) EOS_AntiCheatServer_UnprotectMessage(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatServer_UnprotectMessageOptions options, ByteBuffer outBuffer, com.sun.jna.ptr.IntByReference outBytesWritten) EOS_AntiCheatServer_UnregisterClient(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatServer_UnregisterClientOptions options) EOS_Auth_AddNotifyLoginStatusChanged(EOS_Auth_Interface handle, EOS_Auth_AddNotifyLoginStatusChangedOptions options, com.sun.jna.Pointer clientData, EOS_Auth_OnLoginStatusChangedCallback notification) EOS_Auth_CopyIdToken(EOS_Auth_Interface handle, EOS_Auth_CopyIdTokenOptions options, EOS_Auth_IdToken.ByReference outIdToken) EOS_Auth_CopyUserAuthToken(EOS_Auth_Interface handle, EOS_Auth_CopyUserAuthTokenOptions options, EOS_EpicAccountId LocalUserId, EOS_Auth_Token.ByReference outUserAuthToken) voidEOS_Auth_DeletePersistentAuth(EOS_Auth_Interface handle, EOS_Auth_DeletePersistentAuthOptions options, com.sun.jna.Pointer clientData, EOS_Auth_OnDeletePersistentAuthCallback completionDelegate) EOS_Auth_GetLoggedInAccountByIndex(EOS_Auth_Interface handle, int index) intEOS_Auth_GetLoginStatus(EOS_Auth_Interface handle, EOS_EpicAccountId localUserId) EOS_Auth_GetMergedAccountByIndex(EOS_Auth_Interface handle, EOS_EpicAccountId localUserId, int index) intEOS_Auth_GetMergedAccountsCount(EOS_Auth_Interface handle, EOS_EpicAccountId localUserId) EOS_Auth_GetSelectedAccountId(EOS_Auth_Interface handle, EOS_EpicAccountId localUserId, EOS_EpicAccountId outSelectedAccountId) voidEOS_Auth_IdToken_Release(EOS_Auth_IdToken idToken) voidEOS_Auth_LinkAccount(EOS_Auth_Interface handle, EOS_Auth_LinkAccountOptions options, com.sun.jna.Pointer clientData, EOS_Auth_OnLinkAccountCallback completionDelegate) voidEOS_Auth_Login(EOS_Auth_Interface handle, EOS_Auth_LoginOptions options, com.sun.jna.Pointer clientData, EOS_Auth_OnLoginCallback completionDelegate) voidEOS_Auth_Logout(EOS_Auth_Interface handle, EOS_Auth_LogoutOptions options, com.sun.jna.Pointer clientData, EOS_Auth_OnLogoutCallback completionDelegate) voidEOS_Auth_QueryIdToken(EOS_Auth_Interface handle, EOS_Auth_QueryIdTokenOptions options, com.sun.jna.Pointer clientData, EOS_Auth_OnQueryIdTokenCallback completionDelegate) voidvoidEOS_Auth_Token_Release(EOS_Auth_Token authToken) voidEOS_Auth_VerifyIdToken(EOS_Auth_Interface handle, EOS_Auth_VerifyIdTokenOptions options, com.sun.jna.Pointer clientData, EOS_Auth_OnVerifyIdTokenCallback completionDelegate) voidEOS_Auth_VerifyUserAuth(EOS_Auth_Interface handle, EOS_Auth_VerifyUserAuthOptions options, com.sun.jna.Pointer clientData, EOS_Auth_OnVerifyUserAuthCallback completionDelegate) EOS_ByteArray_ToString(byte[] byteArray, int length, byte[] outBuffer, com.sun.jna.ptr.IntByReference inOutBufferLength) EOS_Connect_AddNotifyAuthExpiration(EOS_Connect_Interface handle, EOS_Connect_AddNotifyAuthExpirationOptions options, com.sun.jna.Pointer clientData, EOS_Connect_OnAuthExpirationCallback Notification) EOS_Connect_AddNotifyLoginStatusChanged(EOS_Connect_Interface handle, EOS_Connect_AddNotifyLoginStatusChangedOptions options, com.sun.jna.Pointer clientData, EOS_Connect_OnLoginStatusChangedCallback Notification) EOS_Connect_CopyIdToken(EOS_Connect_Interface handle, EOS_Connect_CopyIdTokenOptions options, EOS_Connect_IdToken.ByReference outIdToken) EOS_Connect_CopyProductUserExternalAccountByAccountId(EOS_Connect_Interface handle, EOS_Connect_CopyProductUserExternalAccountByAccountIdOptions options, EOS_Connect_ExternalAccountInfo.ByReference outExternalAccountInfo) EOS_Connect_CopyProductUserExternalAccountByAccountType(EOS_Connect_Interface handle, EOS_Connect_CopyProductUserExternalAccountByAccountTypeOptions options, EOS_Connect_ExternalAccountInfo.ByReference outExternalAccountInfo) EOS_Connect_CopyProductUserExternalAccountByIndex(EOS_Connect_Interface handle, EOS_Connect_CopyProductUserExternalAccountByIndexOptions options, EOS_Connect_ExternalAccountInfo.ByReference outExternalAccountInfo) EOS_Connect_CopyProductUserInfo(EOS_Connect_Interface handle, EOS_Connect_CopyProductUserInfoOptions options, EOS_Connect_ExternalAccountInfo.ByReference outExternalAccountInfo) voidEOS_Connect_CreateDeviceId(EOS_Connect_Interface handle, EOS_Connect_CreateDeviceIdOptions options, com.sun.jna.Pointer clientData, EOS_Connect_OnCreateDeviceIdCallback completionDelegate) voidEOS_Connect_CreateUser(EOS_Connect_Interface handle, EOS_Connect_CreateUserOptions options, com.sun.jna.Pointer clientData, EOS_Connect_OnCreateUserCallback completionDelegate) voidEOS_Connect_DeleteDeviceId(EOS_Connect_Interface handle, EOS_Connect_DeleteDeviceIdOptions options, com.sun.jna.Pointer clientData, EOS_Connect_OnDeleteDeviceIdCallback completionDelegate) voidEOS_Connect_ExternalAccountInfo_Release(EOS_Connect_ExternalAccountInfo externalAccountInfo) EOS_Connect_GetExternalAccountMapping(EOS_Connect_Interface handle, EOS_Connect_GetExternalAccountMappingsOptions options) EOS_Connect_GetLoggedInUserByIndex(EOS_Connect_Interface handle, int index) intEOS_Connect_GetLoginStatus(EOS_Connect_Interface handle, EOS_ProductUserId LocalUserId) intEOS_Connect_GetProductUserExternalAccountCount(EOS_Connect_Interface handle, EOS_Connect_GetProductUserExternalAccountCountOptions options) EOS_Connect_GetProductUserIdMapping(EOS_Connect_Interface handle, EOS_Connect_GetProductUserIdMappingOptions options, byte[] outBuffer, com.sun.jna.ptr.IntByReference inOutBufferLength) voidvoidEOS_Connect_LinkAccount(EOS_Connect_Interface handle, EOS_Connect_LinkAccountOptions options, com.sun.jna.Pointer clientData, EOS_Connect_OnLinkAccountCallback completionDelegate) voidEOS_Connect_Login(EOS_Connect_Interface handle, EOS_Connect_LoginOptions options, com.sun.jna.Pointer clientData, EOS_Connect_OnLoginCallback completionDelegate) voidEOS_Connect_QueryExternalAccountMappings(EOS_Connect_Interface handle, EOS_Connect_QueryExternalAccountMappingsOptions options, com.sun.jna.Pointer clientData, EOS_Connect_OnQueryExternalAccountMappingsCallback completionDelegate) voidEOS_Connect_QueryProductUserIdMappings(EOS_Connect_Interface handle, EOS_Connect_QueryProductUserIdMappingsOptions options, com.sun.jna.Pointer clientData, EOS_Connect_OnQueryProductUserIdMappingsCallback completionDelegate) voidvoidvoidEOS_Connect_TransferDeviceIdAccount(EOS_Connect_Interface handle, EOS_Connect_TransferDeviceIdAccountOptions options, com.sun.jna.Pointer clientData, EOS_Connect_OnTransferDeviceIdAccountCallback completionDelegate) voidEOS_Connect_UnlinkAccount(EOS_Connect_Interface handle, EOS_Connect_UnlinkAccountOptions options, com.sun.jna.Pointer clientData, EOS_Connect_OnUnlinkAccountCallback completionDelegate) voidEOS_Connect_VerifyIdToken(EOS_Connect_Interface handle, EOS_Connect_VerifyIdTokenOptions options, com.sun.jna.Pointer clientData, EOS_Connect_OnVerifyIdTokenCallback completionDelegate) EOS_ContinuanceToken_ToString(EOS_ContinuanceToken continuanceToken, ByteBuffer outBuffer, com.sun.jna.ptr.IntByReference inOutBufferLength) voidEOS_CustomInvites_AcceptRequestToJoin(EOS_CustomInvites_Interface handle, EOS_CustomInvites_AcceptRequestToJoinOptions options, com.sun.jna.Pointer clientData, EOS_CustomInvites_OnAcceptRequestToJoinCallback completionDelegate) EOS_CustomInvites_AddNotifyCustomInviteAccepted(EOS_CustomInvites_Interface handle, EOS_CustomInvites_AddNotifyCustomInviteAcceptedOptions options, com.sun.jna.Pointer clientData, EOS_CustomInvites_OnCustomInviteAcceptedCallback notificationFn) EOS_CustomInvites_AddNotifyCustomInviteReceived(EOS_CustomInvites_Interface handle, EOS_CustomInvites_AddNotifyCustomInviteReceivedOptions options, com.sun.jna.Pointer clientData, EOS_CustomInvites_OnCustomInviteReceivedCallback notificationFn) EOS_CustomInvites_AddNotifyCustomInviteRejected(EOS_CustomInvites_Interface handle, EOS_CustomInvites_AddNotifyCustomInviteRejectedOptions options, com.sun.jna.Pointer clientData, EOS_CustomInvites_OnCustomInviteRejectedCallback notificationFn) EOS_CustomInvites_AddNotifyRequestToJoinAccepted(EOS_CustomInvites_Interface handle, EOS_CustomInvites_AddNotifyRequestToJoinAcceptedOptions options, com.sun.jna.Pointer clientData, EOS_CustomInvites_OnRequestToJoinAcceptedCallback notificationFn) EOS_CustomInvites_AddNotifyRequestToJoinReceived(EOS_CustomInvites_Interface handle, EOS_CustomInvites_AddNotifyRequestToJoinReceivedOptions options, com.sun.jna.Pointer clientData, EOS_CustomInvites_OnRequestToJoinReceivedCallback notificationFn) EOS_CustomInvites_AddNotifyRequestToJoinRejected(EOS_CustomInvites_Interface handle, EOS_CustomInvites_AddNotifyRequestToJoinRejectedOptions options, com.sun.jna.Pointer clientData, EOS_CustomInvites_OnRequestToJoinRejectedCallback notificationFn) EOS_CustomInvites_AddNotifyRequestToJoinResponseReceived(EOS_CustomInvites_Interface handle, EOS_CustomInvites_AddNotifyRequestToJoinResponseReceivedOptions options, com.sun.jna.Pointer clientData, EOS_CustomInvites_OnRequestToJoinResponseReceivedCallback notificationFn) EOS_CustomInvites_AddNotifySendCustomNativeInviteRequested(EOS_CustomInvites_Interface handle, EOS_CustomInvites_AddNotifySendCustomNativeInviteRequestedOptions options, com.sun.jna.Pointer clientData, EOS_CustomInvites_OnSendCustomNativeInviteRequestedCallback notificationFn) EOS_CustomInvites_FinalizeInvite(EOS_CustomInvites_Interface handle, EOS_CustomInvites_FinalizeInviteOptions options) voidEOS_CustomInvites_RejectRequestToJoin(EOS_CustomInvites_Interface handle, EOS_CustomInvites_RejectRequestToJoinOptions options, com.sun.jna.Pointer clientData, EOS_CustomInvites_OnRejectRequestToJoinCallback completionDelegate) voidEOS_CustomInvites_RemoveNotifyCustomInviteAccepted(EOS_CustomInvites_Interface handle, EOS_NotificationId InId) voidEOS_CustomInvites_RemoveNotifyCustomInviteReceived(EOS_CustomInvites_Interface handle, EOS_NotificationId InId) voidEOS_CustomInvites_RemoveNotifyCustomInviteRejected(EOS_CustomInvites_Interface handle, EOS_NotificationId InId) voidEOS_CustomInvites_RemoveNotifyRequestToJoinAccepted(EOS_CustomInvites_Interface handle, EOS_NotificationId InId) voidEOS_CustomInvites_RemoveNotifyRequestToJoinReceived(EOS_CustomInvites_Interface handle, EOS_NotificationId InId) voidEOS_CustomInvites_RemoveNotifyRequestToJoinRejected(EOS_CustomInvites_Interface handle, EOS_NotificationId InId) voidEOS_CustomInvites_RemoveNotifyRequestToJoinResponseReceived(EOS_CustomInvites_Interface handle, EOS_NotificationId InId) voidEOS_CustomInvites_RemoveNotifySendCustomNativeInviteRequested(EOS_CustomInvites_Interface handle, EOS_NotificationId InId) voidEOS_CustomInvites_SendCustomInvite(EOS_CustomInvites_Interface handle, EOS_CustomInvites_SendCustomInviteOptions options, com.sun.jna.Pointer clientData, EOS_CustomInvites_OnSendCustomInviteCallback completionDelegate) voidEOS_CustomInvites_SendRequestToJoin(EOS_CustomInvites_Interface handle, EOS_CustomInvites_SendRequestToJoinOptions options, com.sun.jna.Pointer clientData, EOS_CustomInvites_OnSendRequestToJoinCallback completionDelegate) EOS_CustomInvites_SetCustomInvite(EOS_CustomInvites_Interface handle, EOS_CustomInvites_SetCustomInviteOptions options) EOS_EApplicationStatus_ToString(EOS_EApplicationStatus applicationStatus) voidEOS_Ecom_CatalogItem_Release(EOS_Ecom_CatalogItem catalogItem) voidEOS_Ecom_CatalogOffer_Release(EOS_Ecom_CatalogOffer catalogOffer) voidEOS_Ecom_CatalogRelease_Release(EOS_Ecom_CatalogRelease catalogRelease) voidEOS_Ecom_Checkout(EOS_Ecom_Interface handle, EOS_Ecom_CheckoutOptions options, com.sun.jna.Pointer clientData, EOS_Ecom_OnCheckoutCallback completionDelegate) EOS_Ecom_CopyEntitlementById(EOS_Ecom_Interface handle, EOS_Ecom_CopyEntitlementByIdOptions options, EOS_Ecom_Entitlement.ByReference outEntitlement) EOS_Ecom_CopyEntitlementByIndex(EOS_Ecom_Interface handle, EOS_Ecom_CopyEntitlementByIndexOptions options, EOS_Ecom_Entitlement.ByReference outEntitlement) EOS_Ecom_CopyEntitlementByNameAndIndex(EOS_Ecom_Interface handle, EOS_Ecom_CopyEntitlementByNameAndIndexOptions options, EOS_Ecom_Entitlement.ByReference outEntitlement) EOS_Ecom_CopyItemById(EOS_Ecom_Interface handle, EOS_Ecom_CopyItemByIdOptions options, EOS_Ecom_CatalogItem.ByReference outItem) EOS_Ecom_CopyItemImageInfoByIndex(EOS_Ecom_Interface handle, EOS_Ecom_CopyItemImageInfoByIndexOptions options, EOS_Ecom_KeyImageInfo.ByReference outImageInfo) EOS_Ecom_CopyItemReleaseByIndex(EOS_Ecom_Interface handle, EOS_Ecom_CopyItemReleaseByIndexOptions options, EOS_Ecom_CatalogRelease.ByReference outRelease) EOS_Ecom_CopyLastRedeemedEntitlementByIndex(EOS_Ecom_Interface handle, EOS_Ecom_CopyLastRedeemedEntitlementByIndexOptions options, ByteBuffer OutRedeemedEntitlementId, IntBuffer InOutRedeemedEntitlementIdLength) EOS_Ecom_CopyOfferById(EOS_Ecom_Interface handle, EOS_Ecom_CopyOfferByIdOptions options, EOS_Ecom_CatalogOffer.ByReference outOffer) EOS_Ecom_CopyOfferByIndex(EOS_Ecom_Interface handle, EOS_Ecom_CopyOfferByIndexOptions options, EOS_Ecom_CatalogOffer.ByReference outOffer) EOS_Ecom_CopyOfferImageInfoByIndex(EOS_Ecom_Interface handle, EOS_Ecom_CopyOfferImageInfoByIndexOptions options, EOS_Ecom_KeyImageInfo.ByReference outImageInfo) EOS_Ecom_CopyOfferItemByIndex(EOS_Ecom_Interface handle, EOS_Ecom_CopyOfferItemByIndexOptions options, EOS_Ecom_CatalogItem.ByReference outItem) EOS_Ecom_CopyTransactionById(EOS_Ecom_Interface handle, EOS_Ecom_CopyTransactionByIdOptions options, EOS_Ecom_Transaction.ByReference outTransaction) EOS_Ecom_CopyTransactionByIndex(EOS_Ecom_Interface handle, EOS_Ecom_CopyTransactionByIndexOptions options, EOS_Ecom_Transaction.ByReference outTransaction) voidEOS_Ecom_Entitlement_Release(EOS_Ecom_Entitlement entitlement) intEOS_Ecom_GetEntitlementsByNameCount(EOS_Ecom_Interface handle, EOS_Ecom_GetEntitlementsByNameCountOptions options) intEOS_Ecom_GetEntitlementsCount(EOS_Ecom_Interface handle, EOS_Ecom_GetEntitlementsCountOptions options) intEOS_Ecom_GetItemImageInfoCount(EOS_Ecom_Interface handle, EOS_Ecom_GetItemImageInfoCountOptions options) intEOS_Ecom_GetItemReleaseCount(EOS_Ecom_Interface handle, EOS_Ecom_GetItemReleaseCountOptions options) intEOS_Ecom_GetLastRedeemedEntitlementsCount(EOS_Ecom_Interface handle, EOS_Ecom_GetLastRedeemedEntitlementsCountOptions options) intEOS_Ecom_GetOfferCount(EOS_Ecom_Interface handle, EOS_Ecom_GetOfferCountOptions options) intEOS_Ecom_GetOfferImageInfoCount(EOS_Ecom_Interface handle, EOS_Ecom_GetOfferImageInfoCountOptions options) intintEOS_Ecom_GetTransactionCount(EOS_Ecom_Interface handle, EOS_Ecom_GetTransactionCountOptions options) voidEOS_Ecom_KeyImageInfo_Release(EOS_Ecom_KeyImageInfo keyImageInfo) voidEOS_Ecom_QueryEntitlements(EOS_Ecom_Interface handle, EOS_Ecom_QueryEntitlementsOptions options, com.sun.jna.Pointer clientData, EOS_Ecom_OnQueryEntitlementsCallback completionDelegate) voidEOS_Ecom_QueryEntitlementToken(EOS_Ecom_Interface handle, EOS_Ecom_QueryEntitlementTokenOptions options, com.sun.jna.Pointer clientData, EOS_Ecom_OnQueryEntitlementTokenCallback completionDelegate) voidEOS_Ecom_QueryOffers(EOS_Ecom_Interface handle, EOS_Ecom_QueryOffersOptions options, com.sun.jna.Pointer clientData, EOS_Ecom_OnQueryOffersCallback completionDelegate) voidEOS_Ecom_QueryOwnership(EOS_Ecom_Interface handle, EOS_Ecom_QueryOwnershipOptions options, com.sun.jna.Pointer clientData, EOS_Ecom_OnQueryOwnershipCallback completionDelegate) voidEOS_Ecom_QueryOwnershipBySandboxIds(EOS_Ecom_Interface handle, EOS_Ecom_QueryOwnershipBySandboxIdsOptions options, com.sun.jna.Pointer clientData, EOS_Ecom_OnQueryOwnershipBySandboxIdsCallback completionDelegate) voidEOS_Ecom_QueryOwnershipToken(EOS_Ecom_Interface handle, EOS_Ecom_QueryOwnershipTokenOptions options, com.sun.jna.Pointer clientData, EOS_Ecom_OnQueryOwnershipTokenCallback completionDelegate) voidEOS_Ecom_RedeemEntitlements(EOS_Ecom_Interface handle, EOS_Ecom_RedeemEntitlementsOptions options, com.sun.jna.Pointer clientData, EOS_Ecom_OnRedeemEntitlementsCallback completionDelegate) EOS_Ecom_Transaction_CopyEntitlementByIndex(EOS_Ecom_Transaction handle, EOS_Ecom_Transaction_CopyEntitlementByIndexOptions options, EOS_Ecom_Entitlement.ByReference OutEntitlement) intEOS_Ecom_Transaction_GetEntitlementsCount(EOS_Ecom_Transaction handle, EOS_Ecom_Transaction_GetEntitlementsCountOptions options) EOS_Ecom_Transaction_GetTransactionId(EOS_Ecom_Transaction handle, ByteBuffer OutBuffer, IntBuffer InOutBufferLength) voidEOS_Ecom_Transaction_Release(EOS_Ecom_Transaction transaction) EOS_ENetworkStatus_ToString(EOS_ENetworkStatus networkStatus) EOS_EpicAccountId_FromString(String accountIdString) EOS_EpicAccountId_IsValid(EOS_EpicAccountId accountId) EOS_EpicAccountId_ToString(EOS_EpicAccountId accountId, ByteBuffer outBuffer, com.sun.jna.ptr.IntByReference inOutBufferLength) EOS_EResult_ToString(EOS_EResult result) voidEOS_Friends_AcceptInvite(EOS_Friends_Interface handle, EOS_Friends_AcceptInviteOptions options, com.sun.jna.Pointer clientData, EOS_Friends_OnAcceptInviteCallback completionDelegate) EOS_Friends_AddNotifyBlockedUsersUpdate(EOS_Friends_Interface handle, EOS_Friends_AddNotifyBlockedUsersUpdateOptions options, com.sun.jna.Pointer clientData, EOS_Friends_OnBlockedUsersUpdateCallback blockedUsersUpdateHandler) EOS_Friends_AddNotifyFriendsUpdate(EOS_Friends_Interface handle, EOS_Friends_AddNotifyFriendsUpdateOptions options, com.sun.jna.Pointer clientData, EOS_Friends_OnFriendsUpdateCallback friendsUpdateHandler) EOS_Friends_GetBlockedUserAtIndex(EOS_Friends_Interface handle, EOS_Friends_GetBlockedUserAtIndexOptions options) intEOS_Friends_GetBlockedUsersCount(EOS_Friends_Interface handle, EOS_Friends_GetBlockedUsersCountOptions options) EOS_Friends_GetFriendAtIndex(EOS_Friends_Interface handle, EOS_Friends_GetFriendAtIndexOptions options) intEOS_Friends_GetFriendsCount(EOS_Friends_Interface handle, EOS_Friends_GetFriendsCountOptions options) EOS_Friends_GetStatus(EOS_Friends_Interface handle, EOS_Friends_GetStatusOptions options) voidEOS_Friends_QueryFriends(EOS_Friends_Interface handle, EOS_Friends_QueryFriendsOptions options, com.sun.jna.Pointer clientData, EOS_Friends_OnQueryFriendsCallback completionDelegate) voidEOS_Friends_RejectInvite(EOS_Friends_Interface handle, EOS_Friends_RejectInviteOptions options, com.sun.jna.Pointer clientData, EOS_Friends_OnRejectInviteCallback completionDelegate) voidEOS_Friends_RemoveNotifyBlockedUsersUpdate(EOS_Friends_Interface handle, EOS_NotificationId notificationId) voidEOS_Friends_RemoveNotifyFriendsUpdate(EOS_Friends_Interface handle, EOS_NotificationId notificationId) voidEOS_Friends_SendInvite(EOS_Friends_Interface handle, EOS_Friends_SendInviteOptions options, com.sun.jna.Pointer clientData, EOS_Friends_OnSendInviteCallback completionDelegate) EOS_Initialize(EOS_InitializeOptions options) EOS_IntegratedPlatform_AddNotifyUserLoginStatusChanged(EOS_IntegratedPlatform_Interface handle, EOS_IntegratedPlatform_AddNotifyUserLoginStatusChangedOptions options, com.sun.jna.Pointer clientData, EOS_IntegratedPlatform_OnUserLoginStatusChangedCallback CallbackFunction) voidEOS_IntegratedPlatform_ClearUserPreLogoutCallback(EOS_IntegratedPlatform_Interface handle, EOS_IntegratedPlatform_ClearUserPreLogoutCallbackOptions options) EOS_IntegratedPlatform_CreateIntegratedPlatformOptionsContainer(EOS_IntegratedPlatform_CreateIntegratedPlatformOptionsContainerOptions options, EOS_IntegratedPlatformOptionsContainer outIntegratedPlatformOptionsContainerHandle) EOS_IntegratedPlatform_FinalizeDeferredUserLogout(EOS_IntegratedPlatform_Interface handle, EOS_IntegratedPlatform_FinalizeDeferredUserLogoutOptions options) voidEOS_IntegratedPlatform_RemoveNotifyUserLoginStatusChanged(EOS_IntegratedPlatform_Interface handle, EOS_NotificationId NotificationId) EOS_IntegratedPlatform_SetUserLoginStatus(EOS_IntegratedPlatform_Interface handle, EOS_IntegratedPlatform_SetUserLoginStatusOptions options) EOS_IntegratedPlatform_SetUserPreLogoutCallback(EOS_IntegratedPlatform_Interface handle, EOS_IntegratedPlatform_SetUserPreLogoutCallbackOptions options, com.sun.jna.Pointer clientData, EOS_IntegratedPlatform_OnUserPreLogoutCallback CallbackFunction) EOS_IntegratedPlatformOptionsContainer_Add(EOS_IntegratedPlatformOptionsContainer handle, EOS_IntegratedPlatformOptionsContainer_AddOptions inOptions) voidEOS_IntegratedPlatformOptionsContainer_Release(EOS_IntegratedPlatformOptionsContainer integratedPlatformOptionsContainerHandle) EOS_KWS_AddNotifyPermissionsUpdateReceived(EOS_KWS_Interface handle, EOS_KWS_AddNotifyPermissionsUpdateReceivedOptions options, com.sun.jna.Pointer clientData, EOS_KWS_OnPermissionsUpdateReceivedCallback notificationFn) EOS_KWS_CopyPermissionByIndex(EOS_KWS_Interface handle, EOS_KWS_CopyPermissionByIndexOptions options, EOS_KWS_PermissionStatus.ByReference outPermission) voidEOS_KWS_CreateUser(EOS_KWS_Interface handle, EOS_KWS_CreateUserOptions options, com.sun.jna.Pointer clientData, EOS_KWS_OnCreateUserCallback completionDelegate) EOS_KWS_GetPermissionByKey(EOS_KWS_Interface handle, EOS_KWS_GetPermissionByKeyOptions options, IntBuffer outPermission) intvoidEOS_KWS_PermissionStatus_Release(EOS_KWS_PermissionStatus permissionStatus) voidEOS_KWS_QueryAgeGate(EOS_KWS_Interface handle, EOS_KWS_QueryAgeGateOptions options, com.sun.jna.Pointer clientData, EOS_KWS_OnQueryAgeGateCallback completionDelegate) voidEOS_KWS_QueryPermissions(EOS_KWS_Interface handle, EOS_KWS_QueryPermissionsOptions options, com.sun.jna.Pointer clientData, EOS_KWS_OnQueryPermissionsCallback completionDelegate) voidvoidEOS_KWS_RequestPermissions(EOS_KWS_Interface handle, EOS_KWS_RequestPermissionsOptions options, com.sun.jna.Pointer clientData, EOS_KWS_OnRequestPermissionsCallback completionDelegate) voidEOS_KWS_UpdateParentEmail(EOS_KWS_Interface handle, EOS_KWS_UpdateParentEmailOptions options, com.sun.jna.Pointer clientData, EOS_KWS_OnUpdateParentEmailCallback completionDelegate) EOS_Leaderboards_CopyLeaderboardDefinitionByIndex(EOS_Leaderboards_Interface handle, EOS_Leaderboards_CopyLeaderboardDefinitionByIndexOptions options, EOS_Leaderboards_Definition.ByReference outLeaderboardDefinition) EOS_Leaderboards_CopyLeaderboardDefinitionByLeaderboardId(EOS_Leaderboards_Interface handle, EOS_Leaderboards_CopyLeaderboardDefinitionByLeaderboardIdOptions options, EOS_Leaderboards_Definition.ByReference outLeaderboardDefinition) EOS_Leaderboards_CopyLeaderboardRecordByIndex(EOS_Leaderboards_Interface handle, EOS_Leaderboards_CopyLeaderboardRecordByIndexOptions options, EOS_Leaderboards_LeaderboardRecord.ByReference outLeaderboardRecord) EOS_Leaderboards_CopyLeaderboardRecordByUserId(EOS_Leaderboards_Interface handle, EOS_Leaderboards_CopyLeaderboardRecordByUserIdOptions options, EOS_Leaderboards_LeaderboardRecord.ByReference outLeaderboardRecord) EOS_Leaderboards_CopyLeaderboardUserScoreByIndex(EOS_Leaderboards_Interface handle, EOS_Leaderboards_CopyLeaderboardUserScoreByIndexOptions options, EOS_Leaderboards_LeaderboardUserScore.ByReference outLeaderboardUserScore) EOS_Leaderboards_CopyLeaderboardUserScoreByUserId(EOS_Leaderboards_Interface handle, EOS_Leaderboards_CopyLeaderboardUserScoreByUserIdOptions options, EOS_Leaderboards_LeaderboardUserScore.ByReference outLeaderboardUserScore) voidEOS_Leaderboards_Definition_Release(EOS_Leaderboards_Definition leaderboardDefinition) intEOS_Leaderboards_GetLeaderboardDefinitionCount(EOS_Leaderboards_Interface handle, EOS_Leaderboards_GetLeaderboardDefinitionCountOptions options) intEOS_Leaderboards_GetLeaderboardRecordCount(EOS_Leaderboards_Interface handle, EOS_Leaderboards_GetLeaderboardRecordCountOptions options) intEOS_Leaderboards_GetLeaderboardUserScoreCount(EOS_Leaderboards_Interface handle, EOS_Leaderboards_GetLeaderboardUserScoreCountOptions options) voidEOS_Leaderboards_LeaderboardRecord_Release(EOS_Leaderboards_LeaderboardRecord leaderboardRecord) voidEOS_Leaderboards_LeaderboardUserScore_Release(EOS_Leaderboards_LeaderboardUserScore leaderboardUserScore) voidEOS_Leaderboards_QueryLeaderboardDefinitions(EOS_Leaderboards_Interface handle, EOS_Leaderboards_QueryLeaderboardDefinitionsOptions options, com.sun.jna.Pointer clientData, EOS_Leaderboards_OnQueryLeaderboardDefinitionsCompleteCallback completionDelegate) voidEOS_Leaderboards_QueryLeaderboardRanks(EOS_Leaderboards_Interface handle, EOS_Leaderboards_QueryLeaderboardRanksOptions options, com.sun.jna.Pointer clientData, EOS_Leaderboards_OnQueryLeaderboardRanksCompleteCallback completionDelegate) voidEOS_Leaderboards_QueryLeaderboardUserScores(EOS_Leaderboards_Interface handle, EOS_Leaderboards_QueryLeaderboardUserScoresOptions options, com.sun.jna.Pointer clientData, EOS_Leaderboards_OnQueryLeaderboardUserScoresCompleteCallback completionDelegate) EOS_Lobby_AddNotifyJoinLobbyAccepted(EOS_Lobby_Interface handle, EOS_Lobby_AddNotifyJoinLobbyAcceptedOptions options, com.sun.jna.Pointer clientData, EOS_Lobby_OnJoinLobbyAcceptedCallback notificationFn) EOS_Lobby_AddNotifyLobbyInviteAccepted(EOS_Lobby_Interface handle, EOS_Lobby_AddNotifyLobbyInviteAcceptedOptions options, com.sun.jna.Pointer clientData, EOS_Lobby_OnLobbyInviteAcceptedCallback notificationFn) EOS_Lobby_AddNotifyLobbyInviteReceived(EOS_Lobby_Interface handle, EOS_Lobby_AddNotifyLobbyInviteReceivedOptions options, com.sun.jna.Pointer clientData, EOS_Lobby_OnLobbyInviteReceivedCallback notificationFn) EOS_Lobby_AddNotifyLobbyInviteRejected(EOS_Lobby_Interface handle, EOS_Lobby_AddNotifyLobbyInviteRejectedOptions options, com.sun.jna.Pointer clientData, EOS_Lobby_OnLobbyInviteRejectedCallback notificationFn) EOS_Lobby_AddNotifyLobbyMemberStatusReceived(EOS_Lobby_Interface handle, EOS_Lobby_AddNotifyLobbyMemberStatusReceivedOptions options, com.sun.jna.Pointer clientData, EOS_Lobby_OnLobbyMemberStatusReceivedCallback notificationFn) EOS_Lobby_AddNotifyLobbyMemberUpdateReceived(EOS_Lobby_Interface handle, EOS_Lobby_AddNotifyLobbyMemberUpdateReceivedOptions options, com.sun.jna.Pointer clientData, EOS_Lobby_OnLobbyMemberUpdateReceivedCallback notificationFn) EOS_Lobby_AddNotifyLobbyUpdateReceived(EOS_Lobby_Interface handle, EOS_Lobby_AddNotifyLobbyUpdateReceivedOptions options, com.sun.jna.Pointer clientData, EOS_Lobby_OnLobbyUpdateReceivedCallback notificationFn) EOS_Lobby_AddNotifyRTCRoomConnectionChanged(EOS_Lobby_Interface handle, EOS_Lobby_AddNotifyRTCRoomConnectionChangedOptions options, com.sun.jna.Pointer clientData, EOS_Lobby_OnRTCRoomConnectionChangedCallback notificationFn) EOS_Lobby_AddNotifySendLobbyNativeInviteRequested(EOS_Lobby_Interface handle, EOS_Lobby_AddNotifySendLobbyNativeInviteRequestedOptions options, com.sun.jna.Pointer clientData, EOS_Lobby_OnSendLobbyNativeInviteRequestedCallback notificationFn) voidEOS_Lobby_Attribute_Release(EOS_Lobby_Attribute lobbyAttribute) EOS_Lobby_CopyLobbyDetailsHandle(EOS_Lobby_Interface handle, EOS_Lobby_CopyLobbyDetailsHandleOptions options, com.sun.jna.ptr.PointerByReference OutLobbyDetailsHandle) EOS_Lobby_CopyLobbyDetailsHandleByInviteId(EOS_Lobby_Interface handle, EOS_Lobby_CopyLobbyDetailsHandleByInviteIdOptions options, com.sun.jna.ptr.PointerByReference OutLobbyDetailsHandle) EOS_Lobby_CopyLobbyDetailsHandleByUiEventId(EOS_Lobby_Interface handle, EOS_Lobby_CopyLobbyDetailsHandleByUiEventIdOptions options, com.sun.jna.ptr.PointerByReference OutLobbyDetailsHandle) voidEOS_Lobby_CreateLobby(EOS_Lobby_Interface handle, EOS_Lobby_CreateLobbyOptions options, com.sun.jna.Pointer clientData, EOS_Lobby_OnCreateLobbyCallback completionDelegate) EOS_Lobby_CreateLobbySearch(EOS_Lobby_Interface handle, EOS_Lobby_CreateLobbySearchOptions options, com.sun.jna.ptr.PointerByReference outLobbySearchHandle) voidEOS_Lobby_DestroyLobby(EOS_Lobby_Interface handle, EOS_Lobby_DestroyLobbyOptions options, com.sun.jna.Pointer clientData, EOS_Lobby_OnDestroyLobbyCallback completionDelegate) intEOS_Lobby_GetInviteCount(EOS_Lobby_Interface handle, EOS_Lobby_GetInviteCountOptions options) EOS_Lobby_GetInviteIdByIndex(EOS_Lobby_Interface handle, EOS_Lobby_GetInviteIdByIndexOptions options, ByteBuffer outBuffer, com.sun.jna.ptr.IntByReference inOutBufferLength) EOS_Lobby_GetRTCRoomName(EOS_Lobby_Interface handle, EOS_Lobby_GetRTCRoomNameOptions options, ByteBuffer outBuffer, IntBuffer inOutBufferLength) voidEOS_Lobby_HardMuteMember(EOS_Lobby_Interface handle, EOS_Lobby_HardMuteMemberOptions options, com.sun.jna.Pointer clientData, EOS_Lobby_OnHardMuteMemberCallback completionDelegate) EOS_Lobby_IsRTCRoomConnected(EOS_Lobby_Interface handle, EOS_Lobby_IsRTCRoomConnectedOptions options, IntBuffer bOutIsConnected) voidEOS_Lobby_JoinLobby(EOS_Lobby_Interface handle, EOS_Lobby_JoinLobbyOptions options, com.sun.jna.Pointer clientData, EOS_Lobby_OnJoinLobbyCallback completionDelegate) voidEOS_Lobby_JoinLobbyById(EOS_Lobby_Interface handle, EOS_Lobby_JoinLobbyByIdOptions options, com.sun.jna.Pointer clientData, EOS_Lobby_OnJoinLobbyByIdCallback completionDelegate) voidEOS_Lobby_KickMember(EOS_Lobby_Interface handle, EOS_Lobby_KickMemberOptions options, com.sun.jna.Pointer clientData, EOS_Lobby_OnKickMemberCallback completionDelegate) voidEOS_Lobby_LeaveLobby(EOS_Lobby_Interface handle, EOS_Lobby_LeaveLobbyOptions options, com.sun.jna.Pointer clientData, EOS_Lobby_OnLeaveLobbyCallback completionDelegate) voidEOS_Lobby_PromoteMember(EOS_Lobby_Interface handle, EOS_Lobby_PromoteMemberOptions options, com.sun.jna.Pointer clientData, EOS_Lobby_OnPromoteMemberCallback completionDelegate) voidEOS_Lobby_QueryInvites(EOS_Lobby_Interface handle, EOS_Lobby_QueryInvitesOptions options, com.sun.jna.Pointer clientData, EOS_Lobby_OnQueryInvitesCallback completionDelegate) voidEOS_Lobby_RejectInvite(EOS_Lobby_Interface handle, EOS_Lobby_RejectInviteOptions options, com.sun.jna.Pointer clientData, EOS_Lobby_OnRejectInviteCallback completionDelegate) voidvoidvoidvoidvoidEOS_Lobby_RemoveNotifyLobbyMemberStatusReceived(EOS_Lobby_Interface handle, EOS_NotificationId InId) voidEOS_Lobby_RemoveNotifyLobbyMemberUpdateReceived(EOS_Lobby_Interface handle, EOS_NotificationId InId) voidvoidvoidEOS_Lobby_RemoveNotifySendLobbyNativeInviteRequested(EOS_Lobby_Interface handle, EOS_NotificationId InId) voidEOS_Lobby_SendInvite(EOS_Lobby_Interface handle, EOS_Lobby_SendInviteOptions options, com.sun.jna.Pointer clientData, EOS_Lobby_OnSendInviteCallback completionDelegate) voidEOS_Lobby_UpdateLobby(EOS_Lobby_Interface handle, EOS_Lobby_UpdateLobbyOptions options, com.sun.jna.Pointer clientData, EOS_Lobby_OnUpdateLobbyCallback completionDelegate) EOS_Lobby_UpdateLobbyModification(EOS_Lobby_Interface handle, EOS_Lobby_UpdateLobbyModificationOptions options, com.sun.jna.ptr.PointerByReference outLobbyModificationHandle) EOS_LobbyDetails_CopyAttributeByIndex(EOS_LobbyDetails handle, EOS_LobbyDetails_CopyAttributeByIndexOptions options, EOS_Lobby_Attribute.ByReference outAttribute) EOS_LobbyDetails_CopyAttributeByKey(EOS_LobbyDetails handle, EOS_LobbyDetails_CopyAttributeByKeyOptions options, EOS_Lobby_Attribute.ByReference outAttribute) EOS_LobbyDetails_CopyInfo(EOS_LobbyDetails handle, EOS_LobbyDetails_CopyInfoOptions options, EOS_LobbyDetails_Info.ByReference outLobbyDetailsInfo) EOS_LobbyDetails_CopyMemberAttributeByIndex(EOS_LobbyDetails handle, EOS_LobbyDetails_CopyMemberAttributeByIndexOptions options, EOS_Lobby_Attribute.ByReference outAttribute) EOS_LobbyDetails_CopyMemberAttributeByKey(EOS_LobbyDetails handle, EOS_LobbyDetails_CopyMemberAttributeByKeyOptions options, EOS_Lobby_Attribute.ByReference outAttribute) intEOS_LobbyDetails_GetAttributeCount(EOS_LobbyDetails handle, EOS_LobbyDetails_GetAttributeCountOptions options) EOS_LobbyDetails_GetLobbyOwner(EOS_LobbyDetails handle, EOS_LobbyDetails_GetLobbyOwnerOptions options) intEOS_LobbyDetails_GetMemberAttributeCount(EOS_LobbyDetails handle, EOS_LobbyDetails_GetMemberAttributeCountOptions options) EOS_LobbyDetails_GetMemberByIndex(EOS_LobbyDetails handle, EOS_LobbyDetails_GetMemberByIndexOptions options) intEOS_LobbyDetails_GetMemberCount(EOS_LobbyDetails handle, EOS_LobbyDetails_GetMemberCountOptions options) voidEOS_LobbyDetails_Info_Release(EOS_LobbyDetails_Info lobbyDetailsInfo) voidEOS_LobbyDetails_Release(EOS_LobbyDetails lobbyHandle) EOS_LobbyModification_AddAttribute(EOS_LobbyModification handle, EOS_LobbyModification_AddAttributeOptions options) EOS_LobbyModification_AddMemberAttribute(EOS_LobbyModification handle, EOS_LobbyModification_AddMemberAttributeOptions options) voidEOS_LobbyModification_Release(EOS_LobbyModification lobbyModificationHandle) EOS_LobbyModification_RemoveAttribute(EOS_LobbyModification handle, EOS_LobbyModification_RemoveAttributeOptions options) EOS_LobbyModification_RemoveMemberAttribute(EOS_LobbyModification handle, EOS_LobbyModification_RemoveMemberAttributeOptions options) EOS_LobbyModification_SetBucketId(EOS_LobbyModification handle, EOS_LobbyModification_SetBucketIdOptions options) EOS_LobbyModification_SetInvitesAllowed(EOS_LobbyModification handle, EOS_LobbyModification_SetInvitesAllowedOptions options) EOS_LobbyModification_SetMaxMembers(EOS_LobbyModification handle, EOS_LobbyModification_SetMaxMembersOptions options) EOS_LobbyModification_SetPermissionLevel(EOS_LobbyModification handle, EOS_LobbyModification_SetPermissionLevelOptions options) EOS_LobbySearch_CopySearchResultByIndex(EOS_LobbySearch handle, EOS_LobbySearch_CopySearchResultByIndexOptions options, EOS_LobbyDetails OutLobbyDetailsHandle) voidEOS_LobbySearch_Find(EOS_LobbySearch handle, EOS_LobbySearch_FindOptions options, com.sun.jna.Pointer clientData, EOS_LobbySearch_OnFindCallback completionDelegate) intEOS_LobbySearch_GetSearchResultCount(EOS_LobbySearch handle, EOS_LobbySearch_GetSearchResultCountOptions options) EOS_LobbySearch_RemoveParameter(EOS_LobbySearch handle, EOS_LobbySearch_RemoveParameterOptions options) EOS_LobbySearch_SetLobbyId(EOS_LobbySearch handle, EOS_LobbySearch_SetLobbyIdOptions options) EOS_LobbySearch_SetTargetUserId(EOS_LobbySearch handle, EOS_LobbySearch_SetTargetUserIdOptions options) EOS_Logging_SetCallback(EOS_LogMessageFunc callback) EOS_Logging_SetLogLevel(EOS_ELogCategory logCategory, EOS_ELogLevel logLevel) EOS_Metrics_BeginPlayerSession(EOS_Metrics_Interface handle, EOS_Metrics_BeginPlayerSessionOptions options) EOS_Metrics_EndPlayerSession(EOS_Metrics_Interface handle, EOS_Metrics_EndPlayerSessionOptions options) EOS_Mods_CopyModInfo(EOS_Mods_Interface handle, EOS_Mods_CopyModInfoOptions options, EOS_Mods_ModInfo.ByReference outEnumeratedMods) voidEOS_Mods_EnumerateMods(EOS_Mods_Interface handle, EOS_Mods_EnumerateModsOptions options, com.sun.jna.Pointer clientData, EOS_Mods_OnEnumerateModsCallback completionDelegate) voidEOS_Mods_InstallMod(EOS_Mods_Interface handle, EOS_Mods_InstallModOptions options, com.sun.jna.Pointer clientData, EOS_Mods_OnInstallModCallback completionDelegate) voidEOS_Mods_ModInfo_Release(EOS_Mods_ModInfo modInfo) voidEOS_Mods_UninstallMod(EOS_Mods_Interface handle, EOS_Mods_UninstallModOptions options, com.sun.jna.Pointer clientData, EOS_Mods_OnUninstallModCallback completionDelegate) voidEOS_Mods_UpdateMod(EOS_Mods_Interface handle, EOS_Mods_UpdateModOptions options, com.sun.jna.Pointer clientData, EOS_Mods_OnUpdateModCallback completionDelegate) EOS_P2P_AcceptConnection(EOS_P2P_Interface handle, EOS_P2P_AcceptConnectionOptions options) EOS_P2P_AddNotifyIncomingPacketQueueFull(EOS_P2P_Interface handle, EOS_P2P_AddNotifyIncomingPacketQueueFullOptions options, com.sun.jna.Pointer clientData, EOS_P2P_OnIncomingPacketQueueFullCallback incomingPacketQueueFullHandler) EOS_P2P_AddNotifyPeerConnectionClosed(EOS_P2P_Interface handle, EOS_P2P_AddNotifyPeerConnectionClosedOptions options, com.sun.jna.Pointer clientData, EOS_P2P_OnRemoteConnectionClosedCallback connectionClosedHandler) EOS_P2P_AddNotifyPeerConnectionEstablished(EOS_P2P_Interface handle, EOS_P2P_AddNotifyPeerConnectionEstablishedOptions options, com.sun.jna.Pointer clientData, EOS_P2P_OnPeerConnectionEstablishedCallback connectionEstablishedHandler) EOS_P2P_AddNotifyPeerConnectionInterrupted(EOS_P2P_Interface handle, EOS_P2P_AddNotifyPeerConnectionInterruptedOptions options, com.sun.jna.Pointer clientData, EOS_P2P_OnPeerConnectionInterruptedCallback connectionInterruptedHandler) EOS_P2P_AddNotifyPeerConnectionRequest(EOS_P2P_Interface handle, EOS_P2P_AddNotifyPeerConnectionRequestOptions options, com.sun.jna.Pointer clientData, EOS_P2P_OnIncomingConnectionRequestCallback connectionRequestHandler) EOS_P2P_ClearPacketQueue(EOS_P2P_Interface handle, EOS_P2P_ClearPacketQueueOptions options) EOS_P2P_CloseConnection(EOS_P2P_Interface handle, EOS_P2P_CloseConnectionOptions options) EOS_P2P_CloseConnections(EOS_P2P_Interface handle, EOS_P2P_CloseConnectionsOptions options) EOS_P2P_GetNATType(EOS_P2P_Interface handle, EOS_P2P_GetNATTypeOptions options, com.sun.jna.ptr.IntByReference outNATType) EOS_P2P_GetNextReceivedPacketSize(EOS_P2P_Interface handle, EOS_P2P_GetNextReceivedPacketSizeOptions options, IntBuffer outPacketSizeBytes) EOS_P2P_GetPacketQueueInfo(EOS_P2P_Interface handle, EOS_P2P_GetPacketQueueInfoOptions options, EOS_P2P_PacketQueueInfo.ByReference outPacketQueueInfo) EOS_P2P_GetPortRange(EOS_P2P_Interface handle, EOS_P2P_GetPortRangeOptions options, com.sun.jna.ptr.ShortByReference outPort, com.sun.jna.ptr.ShortByReference outNumAdditionalPortsToTry) EOS_P2P_GetRelayControl(EOS_P2P_Interface handle, EOS_P2P_GetRelayControlOptions options, IntBuffer outRelayControl) voidEOS_P2P_QueryNATType(EOS_P2P_Interface handle, EOS_P2P_QueryNATTypeOptions options, com.sun.jna.Pointer clientData, EOS_P2P_OnQueryNATTypeCompleteCallback completionDelegate) EOS_P2P_ReceivePacket(EOS_P2P_Interface handle, EOS_P2P_ReceivePacketOptions options, EOS_ProductUserId OutPeerId, EOS_P2P_SocketId OutSocketId, ByteBuffer outChannel, com.sun.jna.Pointer outData, IntBuffer ooutBytesWritten) voidEOS_P2P_RemoveNotifyIncomingPacketQueueFull(EOS_P2P_Interface handle, EOS_NotificationId notificationId) voidEOS_P2P_RemoveNotifyPeerConnectionClosed(EOS_P2P_Interface handle, EOS_NotificationId NotificationId) voidEOS_P2P_RemoveNotifyPeerConnectionEstablished(EOS_P2P_Interface handle, EOS_NotificationId NotificationId) voidEOS_P2P_RemoveNotifyPeerConnectionInterrupted(EOS_P2P_Interface handle, EOS_NotificationId NotificationId) voidEOS_P2P_RemoveNotifyPeerConnectionRequest(EOS_P2P_Interface handle, EOS_NotificationId NotificationId) EOS_P2P_SendPacket(EOS_P2P_Interface handle, EOS_P2P_SendPacketOptions options) EOS_P2P_SetPacketQueueSize(EOS_P2P_Interface handle, EOS_P2P_SetPacketQueueSizeOptions options) EOS_P2P_SetPortRange(EOS_P2P_Interface handle, EOS_P2P_SetPortRangeOptions options) EOS_P2P_SetRelayControl(EOS_P2P_Interface handle, EOS_P2P_SetRelayControlOptions options) EOS_Platform_Create(EOS_Platform_Options options) EOS_Platform_GetActiveCountryCode(EOS_Platform_Interface handle, EOS_EpicAccountId localUserId, byte[] outBuffer, com.sun.jna.ptr.IntByReference inOutBufferLength) EOS_Platform_GetActiveLocaleCode(EOS_Platform_Interface handle, EOS_EpicAccountId localUserId, byte[] outBuffer, com.sun.jna.ptr.IntByReference inOutBufferLength) EOS_Platform_GetDesktopCrossplayStatus(EOS_Platform_Interface handle, EOS_Platform_GetDesktopCrossplayStatusOptions options, EOS_Platform_DesktopCrossplayStatusInfo outDesktopCrossplayStatusInfo) EOS_Platform_GetOverrideCountryCode(EOS_Platform_Interface handle, byte[] outBuffer, com.sun.jna.ptr.IntByReference inOutBufferLength) EOS_Platform_GetOverrideLocaleCode(EOS_Platform_Interface handle, byte[] outBuffer, com.sun.jna.ptr.IntByReference inOutBufferLength) voidEOS_Platform_SetApplicationStatus(EOS_Platform_Interface handle, EOS_EApplicationStatus newStatus) EOS_Platform_SetNetworkStatus(EOS_Platform_Interface handle, EOS_ENetworkStatus newStatus) EOS_Platform_SetOverrideCountryCode(EOS_Platform_Interface handle, String newCountryCode) EOS_Platform_SetOverrideLocaleCode(EOS_Platform_Interface handle, String newLocaleCode) voidEOS_PlayerDataStorage_CopyFileMetadataAtIndex(EOS_PlayerDataStorage_Interface handle, EOS_PlayerDataStorage_CopyFileMetadataAtIndexOptions copyFileMetadataOptions, EOS_PlayerDataStorage_FileMetadata.ByReference outMetadata) EOS_PlayerDataStorage_CopyFileMetadataByFilename(EOS_PlayerDataStorage_Interface handle, EOS_PlayerDataStorage_CopyFileMetadataByFilenameOptions copyFileMetadataOptions, EOS_PlayerDataStorage_FileMetadata.ByReference outMetadata) EOS_PlayerDataStorage_DeleteCache(EOS_PlayerDataStorage_Interface handle, EOS_PlayerDataStorage_DeleteCacheOptions options, com.sun.jna.Pointer clientData, EOS_PlayerDataStorage_OnDeleteCacheCompleteCallback completionCallback) voidEOS_PlayerDataStorage_DeleteFile(EOS_PlayerDataStorage_Interface handle, EOS_PlayerDataStorage_DeleteFileOptions deleteOptions, com.sun.jna.Pointer clientData, EOS_PlayerDataStorage_OnDeleteFileCompleteCallback completionCallback) voidEOS_PlayerDataStorage_DuplicateFile(EOS_PlayerDataStorage_Interface handle, EOS_PlayerDataStorage_DuplicateFileOptions duplicateOptions, com.sun.jna.Pointer clientData, EOS_PlayerDataStorage_OnDuplicateFileCompleteCallback completionCallback) voidEOS_PlayerDataStorage_GetFileMetadataCount(EOS_PlayerDataStorage_Interface handle, EOS_PlayerDataStorage_GetFileMetadataCountOptions getFileMetadataCountOptions, com.sun.jna.ptr.IntByReference outFileMetadataCount) voidEOS_PlayerDataStorage_QueryFile(EOS_PlayerDataStorage_Interface handle, EOS_PlayerDataStorage_QueryFileOptions QueryFileOptions, com.sun.jna.Pointer clientData, EOS_PlayerDataStorage_OnQueryFileCompleteCallback completionCallback) voidEOS_PlayerDataStorage_QueryFileList(EOS_PlayerDataStorage_Interface handle, EOS_PlayerDataStorage_QueryFileListOptions queryFileListOptions, com.sun.jna.Pointer clientData, EOS_PlayerDataStorage_OnQueryFileListCompleteCallback completionCallback) EOS_PlayerDataStorage_ReadFile(EOS_PlayerDataStorage_Interface handle, EOS_PlayerDataStorage_ReadFileOptions readOptions, com.sun.jna.Pointer clientData, EOS_PlayerDataStorage_OnReadFileCompleteCallback completionCallback) EOS_PlayerDataStorage_WriteFile(EOS_PlayerDataStorage_Interface handle, EOS_PlayerDataStorage_WriteFileOptions writeOptions, com.sun.jna.Pointer clientData, EOS_PlayerDataStorage_OnWriteFileCompleteCallback completionCallback) EOS_PlayerDataStorageFileTransferRequest_CancelRequest(EOS_PlayerDataStorageFileTransferRequest handle) EOS_PlayerDataStorageFileTransferRequest_GetFilename(EOS_PlayerDataStorageFileTransferRequest handle, int filenameStringBufferSizeBytes, byte[] outStringBuffer, com.sun.jna.ptr.IntByReference outStringLength) EOS_PlayerDataStorageFileTransferRequest_GetFileRequestState(EOS_PlayerDataStorageFileTransferRequest handle) voidEOS_PlayerDataStorageFileTransferRequest_Release(EOS_PlayerDataStorageFileTransferRequest playerDataStorageFileTransferHandle) EOS_Presence_AddNotifyJoinGameAccepted(EOS_Presence_Interface handle, EOS_Presence_AddNotifyJoinGameAcceptedOptions options, com.sun.jna.Pointer clientData, EOS_Presence_OnJoinGameAcceptedCallback notificationFn) EOS_Presence_AddNotifyOnPresenceChanged(EOS_Presence_Interface handle, EOS_Presence_AddNotifyOnPresenceChangedOptions options, com.sun.jna.Pointer clientData, EOS_Presence_OnPresenceChangedCallback NotificationHandler) EOS_Presence_CopyPresence(EOS_Presence_Interface handle, EOS_Presence_CopyPresenceOptions options, EOS_Presence_Info.ByReference outPresence) EOS_Presence_CreatePresenceModification(EOS_Presence_Interface handle, EOS_Presence_CreatePresenceModificationOptions options, EOS_PresenceModification OutPresenceModificationHandle) EOS_Presence_GetJoinInfo(EOS_Presence_Interface handle, EOS_Presence_GetJoinInfoOptions options, byte[] outBuffer, com.sun.jna.ptr.IntByReference inOutBufferLength) voidEOS_Presence_Info_Release(EOS_Presence_Info presenceInfo) voidEOS_Presence_QueryPresence(EOS_Presence_Interface handle, EOS_Presence_QueryPresenceOptions options, com.sun.jna.Pointer clientData, EOS_Presence_OnQueryPresenceCompleteCallback completionDelegate) voidvoidEOS_Presence_RemoveNotifyOnPresenceChanged(EOS_Presence_Interface handle, EOS_NotificationId NotificationId) voidEOS_Presence_SetPresence(EOS_Presence_Interface handle, EOS_Presence_SetPresenceOptions options, com.sun.jna.Pointer clientData, EOS_Presence_SetPresenceCompleteCallback completionDelegate) EOS_PresenceModification_DeleteData(EOS_PresenceModification handle, EOS_PresenceModification_DeleteDataOptions options) voidEOS_PresenceModification_Release(EOS_PresenceModification presenceModificationHandle) EOS_PresenceModification_SetData(EOS_PresenceModification handle, EOS_PresenceModification_SetDataOptions options) EOS_PresenceModification_SetJoinInfo(EOS_PresenceModification handle, EOS_PresenceModification_SetJoinInfoOptions options) EOS_PresenceModification_SetRawRichText(EOS_PresenceModification handle, EOS_PresenceModification_SetRawRichTextOptions options) EOS_PresenceModification_SetStatus(EOS_PresenceModification handle, EOS_PresenceModification_SetStatusOptions options) EOS_ProductUserId_FromString(String productUserIdString) EOS_ProductUserId_IsValid(EOS_ProductUserId accountId) EOS_ProductUserId_ToString(EOS_ProductUserId accountId, ByteBuffer outBuffer, com.sun.jna.ptr.IntByReference inOutBufferLength) EOS_ProgressionSnapshot_AddProgression(EOS_ProgressionSnapshot_Interface handle, EOS_ProgressionSnapshot_AddProgressionOptions options) EOS_ProgressionSnapshot_BeginSnapshot(EOS_ProgressionSnapshot_Interface handle, EOS_ProgressionSnapshot_BeginSnapshotOptions options, com.sun.jna.ptr.IntByReference outSnapshotId) voidEOS_ProgressionSnapshot_DeleteSnapshot(EOS_ProgressionSnapshot_Interface handle, EOS_ProgressionSnapshot_DeleteSnapshotOptions options, com.sun.jna.Pointer clientData, EOS_ProgressionSnapshot_OnDeleteSnapshotCallback completionDelegate) EOS_ProgressionSnapshot_EndSnapshot(EOS_ProgressionSnapshot_Interface handle, EOS_ProgressionSnapshot_EndSnapshotOptions options) voidEOS_ProgressionSnapshot_SubmitSnapshot(EOS_ProgressionSnapshot_Interface handle, EOS_ProgressionSnapshot_SubmitSnapshotOptions options, com.sun.jna.Pointer clientData, EOS_ProgressionSnapshot_OnSubmitSnapshotCallback completionDelegate) voidEOS_Reports_SendPlayerBehaviorReport(EOS_Reports_Interface handle, EOS_Reports_SendPlayerBehaviorReportOptions options, com.sun.jna.Pointer clientData, EOS_Reports_OnSendPlayerBehaviorReportCompleteCallback completionDelegate) EOS_Sanctions_CopyPlayerSanctionByIndex(EOS_Sanctions_Interface handle, EOS_Sanctions_CopyPlayerSanctionByIndexOptions options, EOS_Sanctions_PlayerSanction.ByReference outSanction) intEOS_Sanctions_GetPlayerSanctionCount(EOS_Sanctions_Interface handle, EOS_Sanctions_GetPlayerSanctionCountOptions options) voidvoidEOS_Sanctions_QueryActivePlayerSanctions(EOS_Sanctions_Interface handle, EOS_Sanctions_QueryActivePlayerSanctionsOptions options, com.sun.jna.Pointer clientData, EOS_Sanctions_OnQueryActivePlayerSanctionsCallback completionDelegate) voidEOS_SessionDetails_Attribute_Release(EOS_SessionDetails_Attribute sessionAttribute) EOS_SessionDetails_CopyInfo(EOS_SessionDetails handle, EOS_SessionDetails_CopyInfoOptions options, EOS_SessionDetails_Info.ByReference outSessionInfo) EOS_SessionDetails_CopySessionAttributeByIndex(EOS_SessionDetails handle, EOS_SessionDetails_CopySessionAttributeByIndexOptions options, EOS_SessionDetails_Attribute.ByReference outSessionAttribute) EOS_SessionDetails_CopySessionAttributeByKey(EOS_SessionDetails handle, EOS_SessionDetails_CopySessionAttributeByKeyOptions options, EOS_SessionDetails_Attribute.ByReference outSessionAttribute) intEOS_SessionDetails_GetSessionAttributeCount(EOS_SessionDetails handle, EOS_SessionDetails_GetSessionAttributeCountOptions options) voidEOS_SessionDetails_Info_Release(EOS_SessionDetails_Info sessionInfo) voidEOS_SessionDetails_Release(EOS_SessionDetails sessionHandle) EOS_SessionModification_AddAttribute(EOS_SessionModification handle, EOS_SessionModification_AddAttributeOptions options) voidEOS_SessionModification_Release(EOS_SessionModification sessionModificationHandle) EOS_SessionModification_RemoveAttribute(EOS_SessionModification handle, EOS_SessionModification_RemoveAttributeOptions options) EOS_SessionModification_SetAllowedPlatformIds(EOS_SessionModification handle, EOS_SessionModification_SetAllowedPlatformIdsOptions options) EOS_SessionModification_SetBucketId(EOS_SessionModification handle, EOS_SessionModification_SetBucketIdOptions options) EOS_SessionModification_SetHostAddress(EOS_SessionModification handle, EOS_SessionModification_SetHostAddressOptions options) EOS_SessionModification_SetInvitesAllowed(EOS_SessionModification handle, EOS_SessionModification_SetInvitesAllowedOptions options) EOS_SessionModification_SetJoinInProgressAllowed(EOS_SessionModification handle, EOS_SessionModification_SetJoinInProgressAllowedOptions options) EOS_SessionModification_SetMaxPlayers(EOS_SessionModification handle, EOS_SessionModification_SetMaxPlayersOptions options) EOS_SessionModification_SetPermissionLevel(EOS_SessionModification handle, EOS_SessionModification_SetPermissionLevelOptions options) EOS_Sessions_AddNotifyJoinSessionAccepted(EOS_Sessions_Interface handle, EOS_Sessions_AddNotifyJoinSessionAcceptedOptions options, com.sun.jna.Pointer clientData, EOS_Sessions_OnJoinSessionAcceptedCallback notificationFn) EOS_Sessions_AddNotifyLeaveSessionRequested(EOS_Sessions_Interface handle, EOS_Sessions_AddNotifyLeaveSessionRequestedOptions options, com.sun.jna.Pointer clientData, EOS_Sessions_OnLeaveSessionRequestedCallback notificationFn) EOS_Sessions_AddNotifySendSessionNativeInviteRequested(EOS_Sessions_Interface handle, EOS_Sessions_AddNotifySendSessionNativeInviteRequestedOptions options, com.sun.jna.Pointer clientData, EOS_Sessions_OnSendSessionNativeInviteRequestedCallback notificationFn) EOS_Sessions_AddNotifySessionInviteAccepted(EOS_Sessions_Interface handle, EOS_Sessions_AddNotifySessionInviteAcceptedOptions options, com.sun.jna.Pointer clientData, EOS_Sessions_OnSessionInviteAcceptedCallback notificationFn) EOS_Sessions_AddNotifySessionInviteReceived(EOS_Sessions_Interface handle, EOS_Sessions_AddNotifySessionInviteReceivedOptions options, com.sun.jna.Pointer clientData, EOS_Sessions_OnSessionInviteReceivedCallback notificationFn) EOS_Sessions_AddNotifySessionInviteRejected(EOS_Sessions_Interface handle, EOS_Sessions_AddNotifySessionInviteRejectedOptions options, com.sun.jna.Pointer clientData, EOS_Sessions_OnSessionInviteRejectedCallback notificationFn) EOS_Sessions_CopyActiveSessionHandle(EOS_Sessions_Interface handle, EOS_Sessions_CopyActiveSessionHandleOptions options, EOS_ActiveSession outSessionHandle) EOS_Sessions_CopySessionHandleByInviteId(EOS_Sessions_Interface handle, EOS_Sessions_CopySessionHandleByInviteIdOptions options, EOS_SessionDetails outSessionHandle) EOS_Sessions_CopySessionHandleByUiEventId(EOS_Sessions_Interface handle, EOS_Sessions_CopySessionHandleByUiEventIdOptions options, EOS_SessionDetails outSessionHandle) EOS_Sessions_CopySessionHandleForPresence(EOS_Sessions_Interface handle, EOS_Sessions_CopySessionHandleForPresenceOptions options, EOS_SessionDetails outSessionHandle) EOS_Sessions_CreateSessionModification(EOS_Sessions_Interface handle, EOS_Sessions_CreateSessionModificationOptions options, EOS_SessionModification outSessionModificationHandle) EOS_Sessions_CreateSessionSearch(EOS_Sessions_Interface handle, EOS_Sessions_CreateSessionSearchOptions options, EOS_SessionSearch outSessionSearchHandle) voidEOS_Sessions_DestroySession(EOS_Sessions_Interface handle, EOS_Sessions_DestroySessionOptions options, com.sun.jna.Pointer clientData, EOS_Sessions_OnDestroySessionCallback completionDelegate) EOS_Sessions_DumpSessionState(EOS_Sessions_Interface handle, EOS_Sessions_DumpSessionStateOptions options) voidEOS_Sessions_EndSession(EOS_Sessions_Interface handle, EOS_Sessions_EndSessionOptions options, com.sun.jna.Pointer clientData, EOS_Sessions_OnEndSessionCallback completionDelegate) intEOS_Sessions_GetInviteCount(EOS_Sessions_Interface handle, EOS_Sessions_GetInviteCountOptions options) EOS_Sessions_GetInviteIdByIndex(EOS_Sessions_Interface handle, EOS_Sessions_GetInviteIdByIndexOptions options, byte[] outBuffer, com.sun.jna.ptr.IntByReference inOutBufferLength) EOS_Sessions_IsUserInSession(EOS_Sessions_Interface handle, EOS_Sessions_IsUserInSessionOptions options) voidEOS_Sessions_JoinSession(EOS_Sessions_Interface handle, EOS_Sessions_JoinSessionOptions options, com.sun.jna.Pointer clientData, EOS_Sessions_OnJoinSessionCallback completionDelegate) voidEOS_Sessions_QueryInvites(EOS_Sessions_Interface handle, EOS_Sessions_QueryInvitesOptions options, com.sun.jna.Pointer clientData, EOS_Sessions_OnQueryInvitesCallback completionDelegate) voidEOS_Sessions_RegisterPlayers(EOS_Sessions_Interface handle, EOS_Sessions_RegisterPlayersOptions options, com.sun.jna.Pointer clientData, EOS_Sessions_OnRegisterPlayersCallback completionDelegate) voidEOS_Sessions_RejectInvite(EOS_Sessions_Interface handle, EOS_Sessions_RejectInviteOptions options, com.sun.jna.Pointer clientData, EOS_Sessions_OnRejectInviteCallback completionDelegate) voidEOS_Sessions_RemoveNotifyJoinSessionAccepted(EOS_Sessions_Interface handle, EOS_NotificationId InId) voidEOS_Sessions_RemoveNotifyLeaveSessionRequested(EOS_Sessions_Interface handle, EOS_NotificationId InId) voidEOS_Sessions_RemoveNotifySendSessionNativeInviteRequested(EOS_Sessions_Interface handle, EOS_NotificationId InId) voidEOS_Sessions_RemoveNotifySessionInviteAccepted(EOS_Sessions_Interface handle, EOS_NotificationId InId) voidEOS_Sessions_RemoveNotifySessionInviteReceived(EOS_Sessions_Interface handle, EOS_NotificationId InId) voidEOS_Sessions_RemoveNotifySessionInviteRejected(EOS_Sessions_Interface handle, EOS_NotificationId InId) voidEOS_Sessions_SendInvite(EOS_Sessions_Interface handle, EOS_Sessions_SendInviteOptions options, com.sun.jna.Pointer clientData, EOS_Sessions_OnSendInviteCallback completionDelegate) voidEOS_Sessions_StartSession(EOS_Sessions_Interface handle, EOS_Sessions_StartSessionOptions options, com.sun.jna.Pointer clientData, EOS_Sessions_OnStartSessionCallback completionDelegate) voidEOS_Sessions_UnregisterPlayers(EOS_Sessions_Interface handle, EOS_Sessions_UnregisterPlayersOptions options, com.sun.jna.Pointer clientData, EOS_Sessions_OnUnregisterPlayersCallback completionDelegate) voidEOS_Sessions_UpdateSession(EOS_Sessions_Interface handle, EOS_Sessions_UpdateSessionOptions options, com.sun.jna.Pointer clientData, EOS_Sessions_OnUpdateSessionCallback completionDelegate) EOS_Sessions_UpdateSessionModification(EOS_Sessions_Interface handle, EOS_Sessions_UpdateSessionModificationOptions options, EOS_SessionModification outSessionModificationHandle) EOS_SessionSearch_CopySearchResultByIndex(EOS_SessionSearch handle, EOS_SessionSearch_CopySearchResultByIndexOptions options, EOS_SessionDetails outSessionHandle) voidEOS_SessionSearch_Find(EOS_SessionSearch handle, EOS_SessionSearch_FindOptions options, com.sun.jna.Pointer clientData, EOS_SessionSearch_OnFindCallback completionDelegate) intEOS_SessionSearch_GetSearchResultCount(EOS_SessionSearch handle, EOS_SessionSearch_GetSearchResultCountOptions options) voidEOS_SessionSearch_Release(EOS_SessionSearch sessionSearchHandle) EOS_SessionSearch_RemoveParameter(EOS_SessionSearch handle, EOS_SessionSearch_RemoveParameterOptions options) EOS_SessionSearch_SetMaxResults(EOS_SessionSearch handle, EOS_SessionSearch_SetMaxResultsOptions options) EOS_SessionSearch_SetParameter(EOS_SessionSearch handle, EOS_SessionSearch_SetParameterOptions options) EOS_SessionSearch_SetSessionId(EOS_SessionSearch handle, EOS_SessionSearch_SetSessionIdOptions options) EOS_SessionSearch_SetTargetUserId(EOS_SessionSearch handle, EOS_SessionSearch_SetTargetUserIdOptions options) EOS_Stats_CopyStatByIndex(EOS_Stats_Interface handle, EOS_Stats_CopyStatByIndexOptions options, EOS_Stats_Stat.ByReference outStat) EOS_Stats_CopyStatByName(EOS_Stats_Interface handle, EOS_Stats_CopyStatByNameOptions options, EOS_Stats_Stat.ByReference outStat) intEOS_Stats_GetStatsCount(EOS_Stats_Interface handle, EOS_Stats_GetStatCountOptions options) voidEOS_Stats_IngestStat(EOS_Stats_Interface handle, EOS_Stats_IngestStatOptions options, com.sun.jna.Pointer clientData, EOS_Stats_OnIngestStatCompleteCallback completionDelegate) voidEOS_Stats_QueryStats(EOS_Stats_Interface handle, EOS_Stats_QueryStatsOptions options, com.sun.jna.Pointer clientData, EOS_Stats_OnQueryStatsCompleteCallback completionDelegate) voidEOS_TitleStorage_CopyFileMetadataAtIndex(EOS_TitleStorage_Interface handle, EOS_TitleStorage_CopyFileMetadataAtIndexOptions options, EOS_TitleStorage_FileMetadata.ByReference outMetadata) EOS_TitleStorage_CopyFileMetadataByFilename(EOS_TitleStorage_Interface handle, EOS_TitleStorage_CopyFileMetadataByFilenameOptions options, EOS_TitleStorage_FileMetadata.ByReference outMetadata) EOS_TitleStorage_DeleteCache(EOS_TitleStorage_Interface handle, EOS_TitleStorage_DeleteCacheOptions options, com.sun.jna.Pointer clientData, EOS_TitleStorage_OnDeleteCacheCompleteCallback completionCallback) voidintEOS_TitleStorage_GetFileMetadataCount(EOS_TitleStorage_Interface handle, EOS_TitleStorage_GetFileMetadataCountOptions options) voidEOS_TitleStorage_QueryFile(EOS_TitleStorage_Interface handle, EOS_TitleStorage_QueryFileOptions options, com.sun.jna.Pointer clientData, EOS_TitleStorage_OnQueryFileCompleteCallback completionCallback) voidEOS_TitleStorage_QueryFileList(EOS_TitleStorage_Interface handle, EOS_TitleStorage_QueryFileListOptions options, com.sun.jna.Pointer clientData, EOS_TitleStorage_OnQueryFileListCompleteCallback completionCallback) EOS_TitleStorage_ReadFile(EOS_TitleStorage_Interface handle, EOS_TitleStorage_ReadFileOptions options, com.sun.jna.Pointer clientData, EOS_TitleStorage_OnReadFileCompleteCallback completionCallback) EOS_TitleStorageFileTransferRequest_GetFilename(EOS_TitleStorageFileTransferRequest handle, int filenameStringBufferSizeBytes, ByteBuffer outStringBuffer, IntBuffer outStringLength) voidEOS_TitleStorageFileTransferRequest_Release(EOS_TitleStorageFileTransferRequest titleStorageFileTransferHandle) EOS_UI_AcknowledgeEventId(EOS_UI_Interface handle, EOS_UI_AcknowledgeEventIdOptions options) EOS_UI_AddNotifyDisplaySettingsUpdated(EOS_UI_Interface handle, EOS_UI_AddNotifyDisplaySettingsUpdatedOptions options, com.sun.jna.Pointer clientData, EOS_UI_OnDisplaySettingsUpdatedCallback notificationFn) EOS_UI_AddNotifyMemoryMonitor(EOS_UI_Interface handle, EOS_UI_AddNotifyMemoryMonitorOptions options, com.sun.jna.Pointer clientData, EOS_UI_OnMemoryMonitorCallback notificationFn) EOS_UI_GetFriendsExclusiveInput(EOS_UI_Interface handle, EOS_UI_GetFriendsExclusiveInputOptions options) EOS_UI_GetFriendsVisible(EOS_UI_Interface handle, EOS_UI_GetFriendsVisibleOptions options) EOS_UI_GetToggleFriendsButton(EOS_UI_Interface handle, EOS_UI_GetToggleFriendsButtonOptions options) EOS_UI_GetToggleFriendsKey(EOS_UI_Interface handle, EOS_UI_GetToggleFriendsKeyOptions options) voidEOS_UI_HideFriends(EOS_UI_Interface handle, EOS_UI_HideFriendsOptions options, com.sun.jna.Pointer clientData, EOS_UI_OnHideFriendsCallback completionDelegate) EOS_UI_IsValidButtonCombination(EOS_UI_Interface handle, EOS_UI_EInputStateButtonFlags buttonCombination) EOS_UI_IsValidKeyCombination(EOS_UI_Interface handle, EOS_UI_EKeyCombination keyCombination) EOS_UI_PauseSocialOverlay(EOS_UI_Interface handle, EOS_UI_PauseSocialOverlayOptions options) EOS_UI_PrePresent(EOS_UI_Interface handle, EOS_UI_PrePresentOptions options) voidvoidEOS_UI_ReportInputState(EOS_UI_Interface handle, EOS_UI_ReportInputStateOptions options) EOS_UI_SetToggleFriendsButton(EOS_UI_Interface handle, EOS_UI_SetToggleFriendsButtonOptions options) EOS_UI_SetToggleFriendsKey(EOS_UI_Interface handle, EOS_UI_SetToggleFriendsKeyOptions options) voidEOS_UI_ShowBlockPlayer(EOS_UI_Interface handle, EOS_UI_ShowBlockPlayerOptions options, com.sun.jna.Pointer clientData, EOS_UI_OnShowBlockPlayerCallback completionDelegate) voidEOS_UI_ShowFriends(EOS_UI_Interface handle, EOS_UI_ShowFriendsOptions options, com.sun.jna.Pointer clientData, EOS_UI_OnShowFriendsCallback completionDelegate) voidEOS_UI_ShowNativeProfile(EOS_UI_Interface handle, EOS_UI_ShowNativeProfileOptions options, com.sun.jna.Pointer clientData, EOS_UI_OnShowNativeProfileCallback completionDelegate) voidEOS_UI_ShowReportPlayer(EOS_UI_Interface handle, EOS_UI_ShowReportPlayerOptions options, com.sun.jna.Pointer clientData, EOS_UI_OnShowReportPlayerCallback completionDelegate) voidEOS_UserInfo_BestDisplayName_Release(EOS_UserInfo_BestDisplayName bestDisplayName) EOS_UserInfo_CopyBestDisplayName(EOS_UserInfo_Interface handle, EOS_UserInfo_CopyBestDisplayNameOptions options, EOS_UserInfo_BestDisplayName.ByReference outBestDisplayName) EOS_UserInfo_CopyBestDisplayNameWithPlatform(EOS_UserInfo_Interface handle, EOS_UserInfo_CopyBestDisplayNameWithPlatformOptions options, EOS_UserInfo_BestDisplayName.ByReference outBestDisplayName) EOS_UserInfo_CopyExternalUserInfoByAccountId(EOS_UserInfo_Interface handle, EOS_UserInfo_CopyExternalUserInfoByAccountIdOptions options, EOS_UserInfo_ExternalUserInfo.ByReference outExternalUserInfo) EOS_UserInfo_CopyExternalUserInfoByAccountType(EOS_UserInfo_Interface handle, EOS_UserInfo_CopyExternalUserInfoByAccountTypeOptions options, EOS_UserInfo_ExternalUserInfo.ByReference outExternalUserInfo) EOS_UserInfo_CopyExternalUserInfoByIndex(EOS_UserInfo_Interface handle, EOS_UserInfo_CopyExternalUserInfoByIndexOptions options, EOS_UserInfo_ExternalUserInfo.ByReference outExternalUserInfo) EOS_UserInfo_CopyUserInfo(EOS_UserInfo_Interface handle, EOS_UserInfo_CopyUserInfoOptions options, EOS_UserInfo.ByReference outUserInfo) voidEOS_UserInfo_ExternalUserInfo_Release(EOS_UserInfo_ExternalUserInfo externalUserInfo) intEOS_UserInfo_GetExternalUserInfoCount(EOS_UserInfo_Interface handle, EOS_UserInfo_GetExternalUserInfoCountOptions options) EOS_UserInfo_GetLocalPlatformType(EOS_UserInfo_Interface handle, EOS_UserInfo_GetLocalPlatformTypeOptions options) voidEOS_UserInfo_QueryUserInfo(EOS_UserInfo_Interface handle, EOS_UserInfo_QueryUserInfoOptions options, com.sun.jna.Pointer clientData, EOS_UserInfo_OnQueryUserInfoCallback completionDelegate) voidEOS_UserInfo_QueryUserInfoByDisplayName(EOS_UserInfo_Interface handle, EOS_UserInfo_QueryUserInfoByDisplayNameOptions options, com.sun.jna.Pointer clientData, EOS_UserInfo_OnQueryUserInfoByDisplayNameCallback completionDelegate) voidEOS_UserInfo_QueryUserInfoByExternalAccount(EOS_UserInfo_Interface handle, EOS_UserInfo_QueryUserInfoByExternalAccountOptions options, com.sun.jna.Pointer clientData, EOS_UserInfo_OnQueryUserInfoByExternalAccountCallback completionDelegate) voidEOS_UserInfo_Release(EOS_UserInfo userInfo) static EOSLibrary
-
Field Details
-
instance
-
-
Method Details
-
getLibraryInstance
-
EOS_EResult_ToString
-
EOS_EResult_IsOperationComplete
-
EOS_ByteArray_ToString
EOS_EResult EOS_ByteArray_ToString(byte[] byteArray, int length, byte[] outBuffer, com.sun.jna.ptr.IntByReference inOutBufferLength) -
EOS_EpicAccountId_IsValid
-
EOS_EpicAccountId_ToString
EOS_EResult EOS_EpicAccountId_ToString(EOS_EpicAccountId accountId, ByteBuffer outBuffer, com.sun.jna.ptr.IntByReference inOutBufferLength) -
EOS_EpicAccountId_FromString
-
EOS_ProductUserId_IsValid
-
EOS_ProductUserId_ToString
EOS_EResult EOS_ProductUserId_ToString(EOS_ProductUserId accountId, ByteBuffer outBuffer, com.sun.jna.ptr.IntByReference inOutBufferLength) -
EOS_ProductUserId_FromString
-
EOS_ContinuanceToken_ToString
EOS_EResult EOS_ContinuanceToken_ToString(EOS_ContinuanceToken continuanceToken, ByteBuffer outBuffer, com.sun.jna.ptr.IntByReference inOutBufferLength) -
EOS_Platform_GetConnectInterface
-
EOS_Platform_GetAuthInterface
-
EOS_Platform_GetAntiCheatServerInterface
EOS_AntiCheatServer_Interface EOS_Platform_GetAntiCheatServerInterface(EOS_Platform_Interface handle) -
EOS_Platform_GetAntiCheatClientInterface
EOS_AntiCheatClient_Interface EOS_Platform_GetAntiCheatClientInterface(EOS_Platform_Interface handle) -
EOS_Platform_GetModsInterface
-
EOS_Platform_GetLobbyInterface
-
EOS_Platform_GetAchievementsInterface
-
EOS_Platform_GetReportsInterface
-
EOS_Platform_GetSanctionsInterface
-
EOS_Platform_GetCustomInvitesInterface
-
EOS_Platform_GetEcomInterface
-
EOS_Platform_GetFriendsInterface
-
EOS_Platform_GetIntegratedPlatformInterface
EOS_IntegratedPlatform_Interface EOS_Platform_GetIntegratedPlatformInterface(EOS_Platform_Interface handle) -
EOS_Platform_GetKWSInterface
-
EOS_Platform_GetLeaderboardsInterface
-
EOS_Platform_GetMetricsInterface
-
EOS_Platform_GetP2PInterface
-
EOS_Platform_GetPlayerDataStorageInterface
EOS_PlayerDataStorage_Interface EOS_Platform_GetPlayerDataStorageInterface(EOS_Platform_Interface handle) -
EOS_Platform_GetPresenceInterface
-
EOS_Platform_GetProgressionSnapshotInterface
EOS_ProgressionSnapshot_Interface EOS_Platform_GetProgressionSnapshotInterface(EOS_Platform_Interface handle) -
EOS_Platform_GetSessionsInterface
-
EOS_Platform_GetStatsInterface
-
EOS_Platform_GetTitleStorageInterface
-
EOS_Platform_GetUserInfoInterface
-
EOS_Platform_GetUIInterface
-
EOS_Initialize
-
EOS_Shutdown
EOS_EResult EOS_Shutdown() -
EOS_Logging_SetCallback
-
EOS_Logging_SetLogLevel
-
EOS_Platform_Create
-
EOS_Platform_Release
-
EOS_Platform_Tick
-
EOS_Platform_GetActiveCountryCode
EOS_EResult EOS_Platform_GetActiveCountryCode(EOS_Platform_Interface handle, EOS_EpicAccountId localUserId, byte[] outBuffer, com.sun.jna.ptr.IntByReference inOutBufferLength) -
EOS_Platform_GetActiveLocaleCode
EOS_EResult EOS_Platform_GetActiveLocaleCode(EOS_Platform_Interface handle, EOS_EpicAccountId localUserId, byte[] outBuffer, com.sun.jna.ptr.IntByReference inOutBufferLength) -
EOS_Platform_GetOverrideCountryCode
EOS_EResult EOS_Platform_GetOverrideCountryCode(EOS_Platform_Interface handle, byte[] outBuffer, com.sun.jna.ptr.IntByReference inOutBufferLength) -
EOS_Platform_GetOverrideLocaleCode
EOS_EResult EOS_Platform_GetOverrideLocaleCode(EOS_Platform_Interface handle, byte[] outBuffer, com.sun.jna.ptr.IntByReference inOutBufferLength) -
EOS_Platform_SetOverrideCountryCode
EOS_EResult EOS_Platform_SetOverrideCountryCode(EOS_Platform_Interface handle, String newCountryCode) -
EOS_Platform_SetOverrideLocaleCode
-
EOS_Platform_CheckForLauncherAndRestart
-
EOS_Platform_GetDesktopCrossplayStatus
EOS_EResult EOS_Platform_GetDesktopCrossplayStatus(EOS_Platform_Interface handle, EOS_Platform_GetDesktopCrossplayStatusOptions options, EOS_Platform_DesktopCrossplayStatusInfo outDesktopCrossplayStatusInfo) -
EOS_Platform_SetApplicationStatus
EOS_EResult EOS_Platform_SetApplicationStatus(EOS_Platform_Interface handle, EOS_EApplicationStatus newStatus) -
EOS_Platform_GetApplicationStatus
-
EOS_Platform_SetNetworkStatus
EOS_EResult EOS_Platform_SetNetworkStatus(EOS_Platform_Interface handle, EOS_ENetworkStatus newStatus) -
EOS_Platform_GetNetworkStatus
-
EOS_EApplicationStatus_ToString
-
EOS_ENetworkStatus_ToString
-
EOS_AntiCheatServer_AddNotifyMessageToClient
EOS_NotificationId EOS_AntiCheatServer_AddNotifyMessageToClient(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatServer_AddNotifyMessageToClientOptions options, com.sun.jna.Pointer clientData, EOS_AntiCheatServer_OnMessageToClientCallback notificationFn) -
EOS_AntiCheatServer_RemoveNotifyMessageToClient
void EOS_AntiCheatServer_RemoveNotifyMessageToClient(EOS_AntiCheatServer_Interface handle, EOS_NotificationId notificationId) -
EOS_AntiCheatServer_AddNotifyClientActionRequired
EOS_NotificationId EOS_AntiCheatServer_AddNotifyClientActionRequired(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatServer_AddNotifyClientActionRequiredOptions options, com.sun.jna.Pointer clientData, EOS_AntiCheatServer_OnClientActionRequiredCallback notificationFn) -
EOS_AntiCheatServer_RemoveNotifyClientActionRequired
void EOS_AntiCheatServer_RemoveNotifyClientActionRequired(EOS_AntiCheatServer_Interface handle, EOS_NotificationId notificationId) -
EOS_AntiCheatServer_AddNotifyClientAuthStatusChanged
EOS_NotificationId EOS_AntiCheatServer_AddNotifyClientAuthStatusChanged(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatServer_AddNotifyClientAuthStatusChangedOptions options, com.sun.jna.Pointer clientData, EOS_AntiCheatServer_OnClientAuthStatusChangedCallback notificationFn) -
EOS_AntiCheatServer_RemoveNotifyClientAuthStatusChanged
void EOS_AntiCheatServer_RemoveNotifyClientAuthStatusChanged(EOS_AntiCheatServer_Interface handle, EOS_NotificationId notificationId) -
EOS_AntiCheatServer_BeginSession
EOS_EResult EOS_AntiCheatServer_BeginSession(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatServer_BeginSessionOptions options) -
EOS_AntiCheatServer_EndSession
EOS_EResult EOS_AntiCheatServer_EndSession(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatServer_EndSessionOptions options) -
EOS_AntiCheatServer_RegisterClient
EOS_EResult EOS_AntiCheatServer_RegisterClient(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatServer_RegisterClientOptions options) -
EOS_AntiCheatServer_UnregisterClient
EOS_EResult EOS_AntiCheatServer_UnregisterClient(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatServer_UnregisterClientOptions options) -
EOS_AntiCheatServer_ReceiveMessageFromClient
EOS_EResult EOS_AntiCheatServer_ReceiveMessageFromClient(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatServer_ReceiveMessageFromClientOptions options) -
EOS_AntiCheatServer_SetClientDetails
EOS_EResult EOS_AntiCheatServer_SetClientDetails(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatCommon_SetClientDetailsOptions options) -
EOS_AntiCheatServer_SetGameSessionId
EOS_EResult EOS_AntiCheatServer_SetGameSessionId(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatCommon_SetGameSessionIdOptions options) -
EOS_AntiCheatServer_SetClientNetworkState
EOS_EResult EOS_AntiCheatServer_SetClientNetworkState(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatServer_SetClientNetworkStateOptions options) -
EOS_AntiCheatServer_GetProtectMessageOutputLength
EOS_EResult EOS_AntiCheatServer_GetProtectMessageOutputLength(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatServer_GetProtectMessageOutputLengthOptions options, com.sun.jna.ptr.IntByReference outBufferSizeBytes) -
EOS_AntiCheatServer_ProtectMessage
EOS_EResult EOS_AntiCheatServer_ProtectMessage(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatServer_ProtectMessageOptions.ByReference options, ByteBuffer outBuffer, com.sun.jna.ptr.IntByReference outBytesWritten) -
EOS_AntiCheatServer_UnprotectMessage
EOS_EResult EOS_AntiCheatServer_UnprotectMessage(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatServer_UnprotectMessageOptions options, ByteBuffer outBuffer, com.sun.jna.ptr.IntByReference outBytesWritten) -
EOS_AntiCheatServer_RegisterEvent
EOS_EResult EOS_AntiCheatServer_RegisterEvent(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatCommon_RegisterEventOptions options) -
EOS_AntiCheatServer_LogEvent
EOS_EResult EOS_AntiCheatServer_LogEvent(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatCommon_LogEventOptions options) -
EOS_AntiCheatServer_LogGameRoundStart
EOS_EResult EOS_AntiCheatServer_LogGameRoundStart(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatCommon_LogGameRoundStartOptions options) -
EOS_AntiCheatServer_LogGameRoundEnd
EOS_EResult EOS_AntiCheatServer_LogGameRoundEnd(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatCommon_LogGameRoundEndOptions options) -
EOS_AntiCheatServer_LogPlayerSpawn
EOS_EResult EOS_AntiCheatServer_LogPlayerSpawn(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatCommon_LogPlayerSpawnOptions options) -
EOS_AntiCheatServer_LogPlayerDespawn
EOS_EResult EOS_AntiCheatServer_LogPlayerDespawn(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatCommon_LogPlayerDespawnOptions options) -
EOS_AntiCheatServer_LogPlayerRevive
EOS_EResult EOS_AntiCheatServer_LogPlayerRevive(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatCommon_LogPlayerReviveOptions options) -
EOS_AntiCheatServer_LogPlayerTick
EOS_EResult EOS_AntiCheatServer_LogPlayerTick(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatCommon_LogPlayerTickOptions options) -
EOS_AntiCheatServer_LogPlayerUseWeapon
EOS_EResult EOS_AntiCheatServer_LogPlayerUseWeapon(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatCommon_LogPlayerUseWeaponOptions options) -
EOS_AntiCheatServer_LogPlayerUseAbility
EOS_EResult EOS_AntiCheatServer_LogPlayerUseAbility(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatCommon_LogPlayerUseAbilityOptions options) -
EOS_AntiCheatServer_LogPlayerTakeDamage
EOS_EResult EOS_AntiCheatServer_LogPlayerTakeDamage(EOS_AntiCheatServer_Interface handle, EOS_AntiCheatCommon_LogPlayerTakeDamageOptions options) -
EOS_AntiCheatClient_AddNotifyMessageToServer
EOS_NotificationId EOS_AntiCheatClient_AddNotifyMessageToServer(EOS_AntiCheatClient_Interface handle, EOS_AntiCheatClient_AddNotifyMessageToServerOptions options, com.sun.jna.Pointer clientData, EOS_AntiCheatClient_OnMessageToServerCallback notificationFn) -
EOS_AntiCheatClient_RemoveNotifyMessageToServer
void EOS_AntiCheatClient_RemoveNotifyMessageToServer(EOS_AntiCheatClient_Interface handle, EOS_NotificationId NotificationId) -
EOS_AntiCheatClient_AddNotifyMessageToPeer
EOS_NotificationId EOS_AntiCheatClient_AddNotifyMessageToPeer(EOS_AntiCheatClient_Interface handle, EOS_AntiCheatClient_AddNotifyMessageToPeerOptions options, com.sun.jna.Pointer clientData, EOS_AntiCheatClient_OnMessageToPeerCallback notificationFn) -
EOS_AntiCheatClient_RemoveNotifyMessageToPeer
void EOS_AntiCheatClient_RemoveNotifyMessageToPeer(EOS_AntiCheatClient_Interface handle, EOS_NotificationId NotificationId) -
EOS_AntiCheatClient_AddNotifyPeerActionRequired
EOS_NotificationId EOS_AntiCheatClient_AddNotifyPeerActionRequired(EOS_AntiCheatClient_Interface handle, EOS_AntiCheatClient_AddNotifyPeerActionRequiredOptions options, com.sun.jna.Pointer clientData, EOS_AntiCheatClient_OnPeerActionRequiredCallback notificationFn) -
EOS_AntiCheatClient_RemoveNotifyPeerActionRequired
void EOS_AntiCheatClient_RemoveNotifyPeerActionRequired(EOS_AntiCheatClient_Interface handle, EOS_NotificationId NotificationId) -
EOS_AntiCheatClient_AddNotifyPeerAuthStatusChanged
EOS_NotificationId EOS_AntiCheatClient_AddNotifyPeerAuthStatusChanged(EOS_AntiCheatClient_Interface handle, EOS_AntiCheatClient_AddNotifyPeerAuthStatusChangedOptions options, com.sun.jna.Pointer clientData, EOS_AntiCheatClient_OnPeerAuthStatusChangedCallback notificationFn) -
EOS_AntiCheatClient_RemoveNotifyPeerAuthStatusChanged
void EOS_AntiCheatClient_RemoveNotifyPeerAuthStatusChanged(EOS_AntiCheatClient_Interface handle, EOS_NotificationId NotificationId) -
EOS_AntiCheatClient_AddNotifyClientIntegrityViolated
EOS_NotificationId EOS_AntiCheatClient_AddNotifyClientIntegrityViolated(EOS_AntiCheatClient_Interface handle, EOS_AntiCheatClient_AddNotifyClientIntegrityViolatedOptions options, com.sun.jna.Pointer clientData, EOS_AntiCheatClient_OnClientIntegrityViolatedCallback notificationFn) -
EOS_AntiCheatClient_RemoveNotifyClientIntegrityViolated
void EOS_AntiCheatClient_RemoveNotifyClientIntegrityViolated(EOS_AntiCheatClient_Interface handle, EOS_NotificationId NotificationId) -
EOS_AntiCheatClient_BeginSession
EOS_EResult EOS_AntiCheatClient_BeginSession(EOS_AntiCheatClient_Interface handle, EOS_AntiCheatClient_BeginSessionOptions options) -
EOS_AntiCheatClient_EndSession
EOS_EResult EOS_AntiCheatClient_EndSession(EOS_AntiCheatClient_Interface handle, EOS_AntiCheatClient_EndSessionOptions options) -
EOS_AntiCheatClient_AddExternalIntegrityCatalog
EOS_EResult EOS_AntiCheatClient_AddExternalIntegrityCatalog(EOS_AntiCheatClient_Interface handle, EOS_AntiCheatClient_AddExternalIntegrityCatalogOptions options) -
EOS_AntiCheatClient_ReceiveMessageFromServer
EOS_EResult EOS_AntiCheatClient_ReceiveMessageFromServer(EOS_AntiCheatClient_Interface handle, EOS_AntiCheatClient_ReceiveMessageFromServerOptions options) -
EOS_AntiCheatClient_GetProtectMessageOutputLength
EOS_EResult EOS_AntiCheatClient_GetProtectMessageOutputLength(EOS_AntiCheatClient_Interface handle, EOS_AntiCheatClient_GetProtectMessageOutputLengthOptions options, com.sun.jna.ptr.IntByReference outBufferSizeBytes) -
EOS_AntiCheatClient_ProtectMessage
EOS_EResult EOS_AntiCheatClient_ProtectMessage(EOS_AntiCheatClient_Interface handle, EOS_AntiCheatClient_ProtectMessageOptions.ByReference options, ByteBuffer outBuffer, com.sun.jna.ptr.IntByReference outBytesWritten) -
EOS_AntiCheatClient_UnprotectMessage
EOS_EResult EOS_AntiCheatClient_UnprotectMessage(EOS_AntiCheatClient_Interface handle, EOS_AntiCheatClient_UnprotectMessageOptions options, ByteBuffer outBuffer, com.sun.jna.ptr.IntByReference outBytesWritten) -
EOS_AntiCheatClient_RegisterPeer
EOS_EResult EOS_AntiCheatClient_RegisterPeer(EOS_AntiCheatClient_Interface handle, EOS_AntiCheatClient_RegisterPeerOptions options) -
EOS_AntiCheatClient_UnregisterPeer
EOS_EResult EOS_AntiCheatClient_UnregisterPeer(EOS_AntiCheatClient_Interface handle, EOS_AntiCheatClient_UnregisterPeerOptions options) -
EOS_AntiCheatClient_ReceiveMessageFromPeer
EOS_EResult EOS_AntiCheatClient_ReceiveMessageFromPeer(EOS_AntiCheatClient_Interface handle, EOS_AntiCheatClient_ReceiveMessageFromPeerOptions options) -
EOS_Connect_Login
void EOS_Connect_Login(EOS_Connect_Interface handle, EOS_Connect_LoginOptions options, com.sun.jna.Pointer clientData, EOS_Connect_OnLoginCallback completionDelegate) -
EOS_Connect_CreateUser
void EOS_Connect_CreateUser(EOS_Connect_Interface handle, EOS_Connect_CreateUserOptions options, com.sun.jna.Pointer clientData, EOS_Connect_OnCreateUserCallback completionDelegate) -
EOS_Connect_LinkAccount
void EOS_Connect_LinkAccount(EOS_Connect_Interface handle, EOS_Connect_LinkAccountOptions options, com.sun.jna.Pointer clientData, EOS_Connect_OnLinkAccountCallback completionDelegate) -
EOS_Connect_UnlinkAccount
void EOS_Connect_UnlinkAccount(EOS_Connect_Interface handle, EOS_Connect_UnlinkAccountOptions options, com.sun.jna.Pointer clientData, EOS_Connect_OnUnlinkAccountCallback completionDelegate) -
EOS_Connect_CreateDeviceId
void EOS_Connect_CreateDeviceId(EOS_Connect_Interface handle, EOS_Connect_CreateDeviceIdOptions options, com.sun.jna.Pointer clientData, EOS_Connect_OnCreateDeviceIdCallback completionDelegate) -
EOS_Connect_DeleteDeviceId
void EOS_Connect_DeleteDeviceId(EOS_Connect_Interface handle, EOS_Connect_DeleteDeviceIdOptions options, com.sun.jna.Pointer clientData, EOS_Connect_OnDeleteDeviceIdCallback completionDelegate) -
EOS_Connect_TransferDeviceIdAccount
void EOS_Connect_TransferDeviceIdAccount(EOS_Connect_Interface handle, EOS_Connect_TransferDeviceIdAccountOptions options, com.sun.jna.Pointer clientData, EOS_Connect_OnTransferDeviceIdAccountCallback completionDelegate) -
EOS_Connect_QueryExternalAccountMappings
void EOS_Connect_QueryExternalAccountMappings(EOS_Connect_Interface handle, EOS_Connect_QueryExternalAccountMappingsOptions options, com.sun.jna.Pointer clientData, EOS_Connect_OnQueryExternalAccountMappingsCallback completionDelegate) -
EOS_Connect_QueryProductUserIdMappings
void EOS_Connect_QueryProductUserIdMappings(EOS_Connect_Interface handle, EOS_Connect_QueryProductUserIdMappingsOptions options, com.sun.jna.Pointer clientData, EOS_Connect_OnQueryProductUserIdMappingsCallback completionDelegate) -
EOS_Connect_GetExternalAccountMapping
EOS_ProductUserId EOS_Connect_GetExternalAccountMapping(EOS_Connect_Interface handle, EOS_Connect_GetExternalAccountMappingsOptions options) -
EOS_Connect_GetProductUserIdMapping
EOS_EResult EOS_Connect_GetProductUserIdMapping(EOS_Connect_Interface handle, EOS_Connect_GetProductUserIdMappingOptions options, byte[] outBuffer, com.sun.jna.ptr.IntByReference inOutBufferLength) -
EOS_Connect_GetProductUserExternalAccountCount
int EOS_Connect_GetProductUserExternalAccountCount(EOS_Connect_Interface handle, EOS_Connect_GetProductUserExternalAccountCountOptions options) -
EOS_Connect_CopyProductUserExternalAccountByIndex
EOS_EResult EOS_Connect_CopyProductUserExternalAccountByIndex(EOS_Connect_Interface handle, EOS_Connect_CopyProductUserExternalAccountByIndexOptions options, EOS_Connect_ExternalAccountInfo.ByReference outExternalAccountInfo) -
EOS_Connect_CopyProductUserExternalAccountByAccountType
EOS_EResult EOS_Connect_CopyProductUserExternalAccountByAccountType(EOS_Connect_Interface handle, EOS_Connect_CopyProductUserExternalAccountByAccountTypeOptions options, EOS_Connect_ExternalAccountInfo.ByReference outExternalAccountInfo) -
EOS_Connect_CopyProductUserExternalAccountByAccountId
EOS_EResult EOS_Connect_CopyProductUserExternalAccountByAccountId(EOS_Connect_Interface handle, EOS_Connect_CopyProductUserExternalAccountByAccountIdOptions options, EOS_Connect_ExternalAccountInfo.ByReference outExternalAccountInfo) -
EOS_Connect_CopyProductUserInfo
EOS_EResult EOS_Connect_CopyProductUserInfo(EOS_Connect_Interface handle, EOS_Connect_CopyProductUserInfoOptions options, EOS_Connect_ExternalAccountInfo.ByReference outExternalAccountInfo) -
EOS_Connect_GetLoggedInUsersCount
-
EOS_Connect_GetLoggedInUserByIndex
-
EOS_Connect_GetLoginStatus
EOS_ELoginStatus EOS_Connect_GetLoginStatus(EOS_Connect_Interface handle, EOS_ProductUserId LocalUserId) -
EOS_Connect_AddNotifyAuthExpiration
EOS_NotificationId EOS_Connect_AddNotifyAuthExpiration(EOS_Connect_Interface handle, EOS_Connect_AddNotifyAuthExpirationOptions options, com.sun.jna.Pointer clientData, EOS_Connect_OnAuthExpirationCallback Notification) -
EOS_Connect_RemoveNotifyAuthExpiration
-
EOS_Connect_AddNotifyLoginStatusChanged
EOS_NotificationId EOS_Connect_AddNotifyLoginStatusChanged(EOS_Connect_Interface handle, EOS_Connect_AddNotifyLoginStatusChangedOptions options, com.sun.jna.Pointer clientData, EOS_Connect_OnLoginStatusChangedCallback Notification) -
EOS_Connect_RemoveNotifyLoginStatusChanged
void EOS_Connect_RemoveNotifyLoginStatusChanged(EOS_Connect_Interface handle, EOS_NotificationId InId) -
EOS_Connect_CopyIdToken
EOS_EResult EOS_Connect_CopyIdToken(EOS_Connect_Interface handle, EOS_Connect_CopyIdTokenOptions options, EOS_Connect_IdToken.ByReference outIdToken) -
EOS_Connect_VerifyIdToken
void EOS_Connect_VerifyIdToken(EOS_Connect_Interface handle, EOS_Connect_VerifyIdTokenOptions options, com.sun.jna.Pointer clientData, EOS_Connect_OnVerifyIdTokenCallback completionDelegate) -
EOS_Connect_IdToken_Release
-
EOS_Connect_ExternalAccountInfo_Release
-
EOS_Auth_Login
void EOS_Auth_Login(EOS_Auth_Interface handle, EOS_Auth_LoginOptions options, com.sun.jna.Pointer clientData, EOS_Auth_OnLoginCallback completionDelegate) -
EOS_Auth_Logout
void EOS_Auth_Logout(EOS_Auth_Interface handle, EOS_Auth_LogoutOptions options, com.sun.jna.Pointer clientData, EOS_Auth_OnLogoutCallback completionDelegate) -
EOS_Auth_LinkAccount
void EOS_Auth_LinkAccount(EOS_Auth_Interface handle, EOS_Auth_LinkAccountOptions options, com.sun.jna.Pointer clientData, EOS_Auth_OnLinkAccountCallback completionDelegate) -
EOS_Auth_DeletePersistentAuth
void EOS_Auth_DeletePersistentAuth(EOS_Auth_Interface handle, EOS_Auth_DeletePersistentAuthOptions options, com.sun.jna.Pointer clientData, EOS_Auth_OnDeletePersistentAuthCallback completionDelegate) -
EOS_Auth_VerifyUserAuth
void EOS_Auth_VerifyUserAuth(EOS_Auth_Interface handle, EOS_Auth_VerifyUserAuthOptions options, com.sun.jna.Pointer clientData, EOS_Auth_OnVerifyUserAuthCallback completionDelegate) -
EOS_Auth_GetLoggedInAccountsCount
-
EOS_Auth_GetLoggedInAccountByIndex
-
EOS_Auth_GetLoginStatus
-
EOS_Auth_CopyUserAuthToken
EOS_EResult EOS_Auth_CopyUserAuthToken(EOS_Auth_Interface handle, EOS_Auth_CopyUserAuthTokenOptions options, EOS_EpicAccountId LocalUserId, EOS_Auth_Token.ByReference outUserAuthToken) -
EOS_Auth_CopyIdToken
EOS_EResult EOS_Auth_CopyIdToken(EOS_Auth_Interface handle, EOS_Auth_CopyIdTokenOptions options, EOS_Auth_IdToken.ByReference outIdToken) -
EOS_Auth_QueryIdToken
void EOS_Auth_QueryIdToken(EOS_Auth_Interface handle, EOS_Auth_QueryIdTokenOptions options, com.sun.jna.Pointer clientData, EOS_Auth_OnQueryIdTokenCallback completionDelegate) -
EOS_Auth_VerifyIdToken
void EOS_Auth_VerifyIdToken(EOS_Auth_Interface handle, EOS_Auth_VerifyIdTokenOptions options, com.sun.jna.Pointer clientData, EOS_Auth_OnVerifyIdTokenCallback completionDelegate) -
EOS_Auth_GetSelectedAccountId
EOS_EResult EOS_Auth_GetSelectedAccountId(EOS_Auth_Interface handle, EOS_EpicAccountId localUserId, EOS_EpicAccountId outSelectedAccountId) -
EOS_Auth_GetMergedAccountsCount
-
EOS_Auth_GetMergedAccountByIndex
EOS_EpicAccountId EOS_Auth_GetMergedAccountByIndex(EOS_Auth_Interface handle, EOS_EpicAccountId localUserId, int index) -
EOS_Auth_AddNotifyLoginStatusChanged
EOS_NotificationId EOS_Auth_AddNotifyLoginStatusChanged(EOS_Auth_Interface handle, EOS_Auth_AddNotifyLoginStatusChangedOptions options, com.sun.jna.Pointer clientData, EOS_Auth_OnLoginStatusChangedCallback notification) -
EOS_Auth_RemoveNotifyLoginStatusChanged
-
EOS_Auth_Token_Release
-
EOS_Auth_IdToken_Release
-
EOS_Mods_InstallMod
void EOS_Mods_InstallMod(EOS_Mods_Interface handle, EOS_Mods_InstallModOptions options, com.sun.jna.Pointer clientData, EOS_Mods_OnInstallModCallback completionDelegate) -
EOS_Mods_UninstallMod
void EOS_Mods_UninstallMod(EOS_Mods_Interface handle, EOS_Mods_UninstallModOptions options, com.sun.jna.Pointer clientData, EOS_Mods_OnUninstallModCallback completionDelegate) -
EOS_Mods_EnumerateMods
void EOS_Mods_EnumerateMods(EOS_Mods_Interface handle, EOS_Mods_EnumerateModsOptions options, com.sun.jna.Pointer clientData, EOS_Mods_OnEnumerateModsCallback completionDelegate) -
EOS_Mods_CopyModInfo
EOS_EResult EOS_Mods_CopyModInfo(EOS_Mods_Interface handle, EOS_Mods_CopyModInfoOptions options, EOS_Mods_ModInfo.ByReference outEnumeratedMods) -
EOS_Mods_UpdateMod
void EOS_Mods_UpdateMod(EOS_Mods_Interface handle, EOS_Mods_UpdateModOptions options, com.sun.jna.Pointer clientData, EOS_Mods_OnUpdateModCallback completionDelegate) -
EOS_Mods_ModInfo_Release
-
EOS_Lobby_CreateLobby
void EOS_Lobby_CreateLobby(EOS_Lobby_Interface handle, EOS_Lobby_CreateLobbyOptions options, com.sun.jna.Pointer clientData, EOS_Lobby_OnCreateLobbyCallback completionDelegate) -
EOS_Lobby_DestroyLobby
void EOS_Lobby_DestroyLobby(EOS_Lobby_Interface handle, EOS_Lobby_DestroyLobbyOptions options, com.sun.jna.Pointer clientData, EOS_Lobby_OnDestroyLobbyCallback completionDelegate) -
EOS_Lobby_JoinLobby
void EOS_Lobby_JoinLobby(EOS_Lobby_Interface handle, EOS_Lobby_JoinLobbyOptions options, com.sun.jna.Pointer clientData, EOS_Lobby_OnJoinLobbyCallback completionDelegate) -
EOS_Lobby_JoinLobbyById
void EOS_Lobby_JoinLobbyById(EOS_Lobby_Interface handle, EOS_Lobby_JoinLobbyByIdOptions options, com.sun.jna.Pointer clientData, EOS_Lobby_OnJoinLobbyByIdCallback completionDelegate) -
EOS_Lobby_LeaveLobby
void EOS_Lobby_LeaveLobby(EOS_Lobby_Interface handle, EOS_Lobby_LeaveLobbyOptions options, com.sun.jna.Pointer clientData, EOS_Lobby_OnLeaveLobbyCallback completionDelegate) -
EOS_Lobby_UpdateLobbyModification
EOS_EResult EOS_Lobby_UpdateLobbyModification(EOS_Lobby_Interface handle, EOS_Lobby_UpdateLobbyModificationOptions options, com.sun.jna.ptr.PointerByReference outLobbyModificationHandle) -
EOS_Lobby_UpdateLobby
void EOS_Lobby_UpdateLobby(EOS_Lobby_Interface handle, EOS_Lobby_UpdateLobbyOptions options, com.sun.jna.Pointer clientData, EOS_Lobby_OnUpdateLobbyCallback completionDelegate) -
EOS_Lobby_PromoteMember
void EOS_Lobby_PromoteMember(EOS_Lobby_Interface handle, EOS_Lobby_PromoteMemberOptions options, com.sun.jna.Pointer clientData, EOS_Lobby_OnPromoteMemberCallback completionDelegate) -
EOS_Lobby_KickMember
void EOS_Lobby_KickMember(EOS_Lobby_Interface handle, EOS_Lobby_KickMemberOptions options, com.sun.jna.Pointer clientData, EOS_Lobby_OnKickMemberCallback completionDelegate) -
EOS_Lobby_HardMuteMember
void EOS_Lobby_HardMuteMember(EOS_Lobby_Interface handle, EOS_Lobby_HardMuteMemberOptions options, com.sun.jna.Pointer clientData, EOS_Lobby_OnHardMuteMemberCallback completionDelegate) -
EOS_Lobby_AddNotifyLobbyUpdateReceived
EOS_NotificationId EOS_Lobby_AddNotifyLobbyUpdateReceived(EOS_Lobby_Interface handle, EOS_Lobby_AddNotifyLobbyUpdateReceivedOptions options, com.sun.jna.Pointer clientData, EOS_Lobby_OnLobbyUpdateReceivedCallback notificationFn) -
EOS_Lobby_RemoveNotifyLobbyUpdateReceived
-
EOS_Lobby_AddNotifyLobbyMemberUpdateReceived
EOS_NotificationId EOS_Lobby_AddNotifyLobbyMemberUpdateReceived(EOS_Lobby_Interface handle, EOS_Lobby_AddNotifyLobbyMemberUpdateReceivedOptions options, com.sun.jna.Pointer clientData, EOS_Lobby_OnLobbyMemberUpdateReceivedCallback notificationFn) -
EOS_Lobby_RemoveNotifyLobbyMemberUpdateReceived
void EOS_Lobby_RemoveNotifyLobbyMemberUpdateReceived(EOS_Lobby_Interface handle, EOS_NotificationId InId) -
EOS_Lobby_AddNotifyLobbyMemberStatusReceived
EOS_NotificationId EOS_Lobby_AddNotifyLobbyMemberStatusReceived(EOS_Lobby_Interface handle, EOS_Lobby_AddNotifyLobbyMemberStatusReceivedOptions options, com.sun.jna.Pointer clientData, EOS_Lobby_OnLobbyMemberStatusReceivedCallback notificationFn) -
EOS_Lobby_RemoveNotifyLobbyMemberStatusReceived
void EOS_Lobby_RemoveNotifyLobbyMemberStatusReceived(EOS_Lobby_Interface handle, EOS_NotificationId InId) -
EOS_Lobby_SendInvite
void EOS_Lobby_SendInvite(EOS_Lobby_Interface handle, EOS_Lobby_SendInviteOptions options, com.sun.jna.Pointer clientData, EOS_Lobby_OnSendInviteCallback completionDelegate) -
EOS_Lobby_RejectInvite
void EOS_Lobby_RejectInvite(EOS_Lobby_Interface handle, EOS_Lobby_RejectInviteOptions options, com.sun.jna.Pointer clientData, EOS_Lobby_OnRejectInviteCallback completionDelegate) -
EOS_Lobby_QueryInvites
void EOS_Lobby_QueryInvites(EOS_Lobby_Interface handle, EOS_Lobby_QueryInvitesOptions options, com.sun.jna.Pointer clientData, EOS_Lobby_OnQueryInvitesCallback completionDelegate) -
EOS_Lobby_GetInviteCount
-
EOS_Lobby_GetInviteIdByIndex
EOS_EResult EOS_Lobby_GetInviteIdByIndex(EOS_Lobby_Interface handle, EOS_Lobby_GetInviteIdByIndexOptions options, ByteBuffer outBuffer, com.sun.jna.ptr.IntByReference inOutBufferLength) -
EOS_Lobby_CreateLobbySearch
EOS_EResult EOS_Lobby_CreateLobbySearch(EOS_Lobby_Interface handle, EOS_Lobby_CreateLobbySearchOptions options, com.sun.jna.ptr.PointerByReference outLobbySearchHandle) -
EOS_Lobby_AddNotifyLobbyInviteReceived
EOS_NotificationId EOS_Lobby_AddNotifyLobbyInviteReceived(EOS_Lobby_Interface handle, EOS_Lobby_AddNotifyLobbyInviteReceivedOptions options, com.sun.jna.Pointer clientData, EOS_Lobby_OnLobbyInviteReceivedCallback notificationFn) -
EOS_Lobby_RemoveNotifyLobbyInviteReceived
-
EOS_Lobby_AddNotifyLobbyInviteAccepted
EOS_NotificationId EOS_Lobby_AddNotifyLobbyInviteAccepted(EOS_Lobby_Interface handle, EOS_Lobby_AddNotifyLobbyInviteAcceptedOptions options, com.sun.jna.Pointer clientData, EOS_Lobby_OnLobbyInviteAcceptedCallback notificationFn) -
EOS_Lobby_RemoveNotifyLobbyInviteAccepted
-
EOS_Lobby_AddNotifyLobbyInviteRejected
EOS_NotificationId EOS_Lobby_AddNotifyLobbyInviteRejected(EOS_Lobby_Interface handle, EOS_Lobby_AddNotifyLobbyInviteRejectedOptions options, com.sun.jna.Pointer clientData, EOS_Lobby_OnLobbyInviteRejectedCallback notificationFn) -
EOS_Lobby_RemoveNotifyLobbyInviteRejected
-
EOS_Lobby_AddNotifyJoinLobbyAccepted
EOS_NotificationId EOS_Lobby_AddNotifyJoinLobbyAccepted(EOS_Lobby_Interface handle, EOS_Lobby_AddNotifyJoinLobbyAcceptedOptions options, com.sun.jna.Pointer clientData, EOS_Lobby_OnJoinLobbyAcceptedCallback notificationFn) -
EOS_Lobby_RemoveNotifyJoinLobbyAccepted
-
EOS_Lobby_AddNotifySendLobbyNativeInviteRequested
EOS_NotificationId EOS_Lobby_AddNotifySendLobbyNativeInviteRequested(EOS_Lobby_Interface handle, EOS_Lobby_AddNotifySendLobbyNativeInviteRequestedOptions options, com.sun.jna.Pointer clientData, EOS_Lobby_OnSendLobbyNativeInviteRequestedCallback notificationFn) -
EOS_Lobby_RemoveNotifySendLobbyNativeInviteRequested
void EOS_Lobby_RemoveNotifySendLobbyNativeInviteRequested(EOS_Lobby_Interface handle, EOS_NotificationId InId) -
EOS_Lobby_CopyLobbyDetailsHandleByInviteId
EOS_EResult EOS_Lobby_CopyLobbyDetailsHandleByInviteId(EOS_Lobby_Interface handle, EOS_Lobby_CopyLobbyDetailsHandleByInviteIdOptions options, com.sun.jna.ptr.PointerByReference OutLobbyDetailsHandle) -
EOS_Lobby_CopyLobbyDetailsHandleByUiEventId
EOS_EResult EOS_Lobby_CopyLobbyDetailsHandleByUiEventId(EOS_Lobby_Interface handle, EOS_Lobby_CopyLobbyDetailsHandleByUiEventIdOptions options, com.sun.jna.ptr.PointerByReference OutLobbyDetailsHandle) -
EOS_Lobby_CopyLobbyDetailsHandle
EOS_EResult EOS_Lobby_CopyLobbyDetailsHandle(EOS_Lobby_Interface handle, EOS_Lobby_CopyLobbyDetailsHandleOptions options, com.sun.jna.ptr.PointerByReference OutLobbyDetailsHandle) -
EOS_Lobby_GetRTCRoomName
EOS_EResult EOS_Lobby_GetRTCRoomName(EOS_Lobby_Interface handle, EOS_Lobby_GetRTCRoomNameOptions options, ByteBuffer outBuffer, IntBuffer inOutBufferLength) -
EOS_Lobby_IsRTCRoomConnected
EOS_EResult EOS_Lobby_IsRTCRoomConnected(EOS_Lobby_Interface handle, EOS_Lobby_IsRTCRoomConnectedOptions options, IntBuffer bOutIsConnected) -
EOS_Lobby_AddNotifyRTCRoomConnectionChanged
EOS_NotificationId EOS_Lobby_AddNotifyRTCRoomConnectionChanged(EOS_Lobby_Interface handle, EOS_Lobby_AddNotifyRTCRoomConnectionChangedOptions options, com.sun.jna.Pointer clientData, EOS_Lobby_OnRTCRoomConnectionChangedCallback notificationFn) -
EOS_Lobby_RemoveNotifyRTCRoomConnectionChanged
void EOS_Lobby_RemoveNotifyRTCRoomConnectionChanged(EOS_Lobby_Interface handle, EOS_NotificationId InId) -
EOS_LobbyModification_SetBucketId
EOS_EResult EOS_LobbyModification_SetBucketId(EOS_LobbyModification handle, EOS_LobbyModification_SetBucketIdOptions options) -
EOS_LobbyModification_SetPermissionLevel
EOS_EResult EOS_LobbyModification_SetPermissionLevel(EOS_LobbyModification handle, EOS_LobbyModification_SetPermissionLevelOptions options) -
EOS_LobbyModification_SetMaxMembers
EOS_EResult EOS_LobbyModification_SetMaxMembers(EOS_LobbyModification handle, EOS_LobbyModification_SetMaxMembersOptions options) -
EOS_LobbyModification_SetInvitesAllowed
EOS_EResult EOS_LobbyModification_SetInvitesAllowed(EOS_LobbyModification handle, EOS_LobbyModification_SetInvitesAllowedOptions options) -
EOS_LobbyModification_AddAttribute
EOS_EResult EOS_LobbyModification_AddAttribute(EOS_LobbyModification handle, EOS_LobbyModification_AddAttributeOptions options) -
EOS_LobbyModification_RemoveAttribute
EOS_EResult EOS_LobbyModification_RemoveAttribute(EOS_LobbyModification handle, EOS_LobbyModification_RemoveAttributeOptions options) -
EOS_LobbyModification_AddMemberAttribute
EOS_EResult EOS_LobbyModification_AddMemberAttribute(EOS_LobbyModification handle, EOS_LobbyModification_AddMemberAttributeOptions options) -
EOS_LobbyModification_RemoveMemberAttribute
EOS_EResult EOS_LobbyModification_RemoveMemberAttribute(EOS_LobbyModification handle, EOS_LobbyModification_RemoveMemberAttributeOptions options) -
EOS_LobbyModification_Release
-
EOS_LobbyDetails_GetLobbyOwner
EOS_ProductUserId EOS_LobbyDetails_GetLobbyOwner(EOS_LobbyDetails handle, EOS_LobbyDetails_GetLobbyOwnerOptions options) -
EOS_LobbyDetails_CopyInfo
EOS_EResult EOS_LobbyDetails_CopyInfo(EOS_LobbyDetails handle, EOS_LobbyDetails_CopyInfoOptions options, EOS_LobbyDetails_Info.ByReference outLobbyDetailsInfo) -
EOS_LobbyDetails_GetAttributeCount
int EOS_LobbyDetails_GetAttributeCount(EOS_LobbyDetails handle, EOS_LobbyDetails_GetAttributeCountOptions options) -
EOS_LobbyDetails_CopyAttributeByIndex
EOS_EResult EOS_LobbyDetails_CopyAttributeByIndex(EOS_LobbyDetails handle, EOS_LobbyDetails_CopyAttributeByIndexOptions options, EOS_Lobby_Attribute.ByReference outAttribute) -
EOS_LobbyDetails_CopyAttributeByKey
EOS_EResult EOS_LobbyDetails_CopyAttributeByKey(EOS_LobbyDetails handle, EOS_LobbyDetails_CopyAttributeByKeyOptions options, EOS_Lobby_Attribute.ByReference outAttribute) -
EOS_LobbyDetails_GetMemberCount
int EOS_LobbyDetails_GetMemberCount(EOS_LobbyDetails handle, EOS_LobbyDetails_GetMemberCountOptions options) -
EOS_LobbyDetails_GetMemberByIndex
EOS_ProductUserId EOS_LobbyDetails_GetMemberByIndex(EOS_LobbyDetails handle, EOS_LobbyDetails_GetMemberByIndexOptions options) -
EOS_LobbyDetails_GetMemberAttributeCount
int EOS_LobbyDetails_GetMemberAttributeCount(EOS_LobbyDetails handle, EOS_LobbyDetails_GetMemberAttributeCountOptions options) -
EOS_LobbyDetails_CopyMemberAttributeByIndex
EOS_EResult EOS_LobbyDetails_CopyMemberAttributeByIndex(EOS_LobbyDetails handle, EOS_LobbyDetails_CopyMemberAttributeByIndexOptions options, EOS_Lobby_Attribute.ByReference outAttribute) -
EOS_LobbyDetails_CopyMemberAttributeByKey
EOS_EResult EOS_LobbyDetails_CopyMemberAttributeByKey(EOS_LobbyDetails handle, EOS_LobbyDetails_CopyMemberAttributeByKeyOptions options, EOS_Lobby_Attribute.ByReference outAttribute) -
EOS_LobbyDetails_Info_Release
-
EOS_Lobby_Attribute_Release
-
EOS_LobbyDetails_Release
-
EOS_LobbySearch_Find
void EOS_LobbySearch_Find(EOS_LobbySearch handle, EOS_LobbySearch_FindOptions options, com.sun.jna.Pointer clientData, EOS_LobbySearch_OnFindCallback completionDelegate) -
EOS_LobbySearch_SetLobbyId
EOS_EResult EOS_LobbySearch_SetLobbyId(EOS_LobbySearch handle, EOS_LobbySearch_SetLobbyIdOptions options) -
EOS_LobbySearch_SetTargetUserId
EOS_EResult EOS_LobbySearch_SetTargetUserId(EOS_LobbySearch handle, EOS_LobbySearch_SetTargetUserIdOptions options) -
EOS_LobbySearch_SetParameter
EOS_EResult EOS_LobbySearch_SetParameter(EOS_LobbySearch handle, EOS_LobbySearch_SetParameterOptions options) -
EOS_LobbySearch_RemoveParameter
EOS_EResult EOS_LobbySearch_RemoveParameter(EOS_LobbySearch handle, EOS_LobbySearch_RemoveParameterOptions options) -
EOS_LobbySearch_SetMaxResults
EOS_EResult EOS_LobbySearch_SetMaxResults(EOS_LobbySearch handle, EOS_LobbySearch_SetMaxResultsOptions options) -
EOS_LobbySearch_GetSearchResultCount
int EOS_LobbySearch_GetSearchResultCount(EOS_LobbySearch handle, EOS_LobbySearch_GetSearchResultCountOptions options) -
EOS_LobbySearch_CopySearchResultByIndex
EOS_EResult EOS_LobbySearch_CopySearchResultByIndex(EOS_LobbySearch handle, EOS_LobbySearch_CopySearchResultByIndexOptions options, EOS_LobbyDetails OutLobbyDetailsHandle) -
EOS_Sanctions_QueryActivePlayerSanctions
void EOS_Sanctions_QueryActivePlayerSanctions(EOS_Sanctions_Interface handle, EOS_Sanctions_QueryActivePlayerSanctionsOptions options, com.sun.jna.Pointer clientData, EOS_Sanctions_OnQueryActivePlayerSanctionsCallback completionDelegate) -
EOS_Sanctions_GetPlayerSanctionCount
int EOS_Sanctions_GetPlayerSanctionCount(EOS_Sanctions_Interface handle, EOS_Sanctions_GetPlayerSanctionCountOptions options) -
EOS_Sanctions_CopyPlayerSanctionByIndex
EOS_EResult EOS_Sanctions_CopyPlayerSanctionByIndex(EOS_Sanctions_Interface handle, EOS_Sanctions_CopyPlayerSanctionByIndexOptions options, EOS_Sanctions_PlayerSanction.ByReference outSanction) -
EOS_Sanctions_PlayerSanction_Release
-
EOS_Reports_SendPlayerBehaviorReport
void EOS_Reports_SendPlayerBehaviorReport(EOS_Reports_Interface handle, EOS_Reports_SendPlayerBehaviorReportOptions options, com.sun.jna.Pointer clientData, EOS_Reports_OnSendPlayerBehaviorReportCompleteCallback completionDelegate) -
EOS_Achievements_QueryDefinitions
void EOS_Achievements_QueryDefinitions(EOS_Achievements_Interface handle, EOS_Achievements_QueryDefinitionsOptions options, com.sun.jna.Pointer clientData, EOS_Achievements_OnQueryDefinitionsCompleteCallback completionDelegate) -
EOS_Achievements_GetAchievementDefinitionCount
int EOS_Achievements_GetAchievementDefinitionCount(EOS_Achievements_Interface handle, EOS_Achievements_GetAchievementDefinitionCountOptions options) -
EOS_Achievements_CopyAchievementDefinitionV2ByIndex
EOS_EResult EOS_Achievements_CopyAchievementDefinitionV2ByIndex(EOS_Achievements_Interface handle, EOS_Achievements_CopyAchievementDefinitionV2ByIndexOptions options, EOS_Achievements_DefinitionV2.ByReference outDefinition) -
EOS_Achievements_CopyAchievementDefinitionV2ByAchievementId
EOS_EResult EOS_Achievements_CopyAchievementDefinitionV2ByAchievementId(EOS_Achievements_Interface handle, EOS_Achievements_CopyAchievementDefinitionV2ByAchievementIdOptions options, EOS_Achievements_DefinitionV2.ByReference outDefinition) -
EOS_Achievements_QueryPlayerAchievements
void EOS_Achievements_QueryPlayerAchievements(EOS_Achievements_Interface handle, EOS_Achievements_QueryPlayerAchievementsOptions options, com.sun.jna.Pointer clientData, EOS_Achievements_OnQueryPlayerAchievementsCompleteCallback completionDelegate) -
EOS_Achievements_GetPlayerAchievementCount
int EOS_Achievements_GetPlayerAchievementCount(EOS_Achievements_Interface handle, EOS_Achievements_GetPlayerAchievementCountOptions options) -
EOS_Achievements_CopyPlayerAchievementByIndex
EOS_EResult EOS_Achievements_CopyPlayerAchievementByIndex(EOS_Achievements_Interface handle, EOS_Achievements_CopyPlayerAchievementByIndexOptions options, EOS_Achievements_PlayerAchievement.ByReference outAchievement) -
EOS_Achievements_CopyPlayerAchievementByAchievementId
EOS_EResult EOS_Achievements_CopyPlayerAchievementByAchievementId(EOS_Achievements_Interface handle, EOS_Achievements_CopyPlayerAchievementByAchievementIdOptions options, EOS_Achievements_PlayerAchievement.ByReference outAchievement) -
EOS_Achievements_UnlockAchievements
void EOS_Achievements_UnlockAchievements(EOS_Achievements_Interface handle, EOS_Achievements_UnlockAchievementsOptions options, com.sun.jna.Pointer clientData, EOS_Achievements_OnUnlockAchievementsCompleteCallback completionDelegate) -
EOS_Achievements_AddNotifyAchievementsUnlockedV2
EOS_NotificationId EOS_Achievements_AddNotifyAchievementsUnlockedV2(EOS_Achievements_Interface handle, EOS_Achievements_AddNotifyAchievementsUnlockedV2Options options, com.sun.jna.Pointer clientData, EOS_Achievements_OnAchievementsUnlockedCallbackV2 notificationFn) -
EOS_Achievements_RemoveNotifyAchievementsUnlocked
void EOS_Achievements_RemoveNotifyAchievementsUnlocked(EOS_Achievements_Interface handle, EOS_NotificationId InId) -
EOS_Achievements_DefinitionV2_Release
-
EOS_Achievements_PlayerAchievement_Release
-
EOS_CustomInvites_SetCustomInvite
EOS_EResult EOS_CustomInvites_SetCustomInvite(EOS_CustomInvites_Interface handle, EOS_CustomInvites_SetCustomInviteOptions options) -
EOS_CustomInvites_SendCustomInvite
void EOS_CustomInvites_SendCustomInvite(EOS_CustomInvites_Interface handle, EOS_CustomInvites_SendCustomInviteOptions options, com.sun.jna.Pointer clientData, EOS_CustomInvites_OnSendCustomInviteCallback completionDelegate) -
EOS_CustomInvites_AddNotifyCustomInviteReceived
EOS_NotificationId EOS_CustomInvites_AddNotifyCustomInviteReceived(EOS_CustomInvites_Interface handle, EOS_CustomInvites_AddNotifyCustomInviteReceivedOptions options, com.sun.jna.Pointer clientData, EOS_CustomInvites_OnCustomInviteReceivedCallback notificationFn) -
EOS_CustomInvites_RemoveNotifyCustomInviteReceived
void EOS_CustomInvites_RemoveNotifyCustomInviteReceived(EOS_CustomInvites_Interface handle, EOS_NotificationId InId) -
EOS_CustomInvites_AddNotifyCustomInviteAccepted
EOS_NotificationId EOS_CustomInvites_AddNotifyCustomInviteAccepted(EOS_CustomInvites_Interface handle, EOS_CustomInvites_AddNotifyCustomInviteAcceptedOptions options, com.sun.jna.Pointer clientData, EOS_CustomInvites_OnCustomInviteAcceptedCallback notificationFn) -
EOS_CustomInvites_RemoveNotifyCustomInviteAccepted
void EOS_CustomInvites_RemoveNotifyCustomInviteAccepted(EOS_CustomInvites_Interface handle, EOS_NotificationId InId) -
EOS_CustomInvites_AddNotifyCustomInviteRejected
EOS_NotificationId EOS_CustomInvites_AddNotifyCustomInviteRejected(EOS_CustomInvites_Interface handle, EOS_CustomInvites_AddNotifyCustomInviteRejectedOptions options, com.sun.jna.Pointer clientData, EOS_CustomInvites_OnCustomInviteRejectedCallback notificationFn) -
EOS_CustomInvites_RemoveNotifyCustomInviteRejected
void EOS_CustomInvites_RemoveNotifyCustomInviteRejected(EOS_CustomInvites_Interface handle, EOS_NotificationId InId) -
EOS_CustomInvites_FinalizeInvite
EOS_EResult EOS_CustomInvites_FinalizeInvite(EOS_CustomInvites_Interface handle, EOS_CustomInvites_FinalizeInviteOptions options) -
EOS_CustomInvites_SendRequestToJoin
void EOS_CustomInvites_SendRequestToJoin(EOS_CustomInvites_Interface handle, EOS_CustomInvites_SendRequestToJoinOptions options, com.sun.jna.Pointer clientData, EOS_CustomInvites_OnSendRequestToJoinCallback completionDelegate) -
EOS_CustomInvites_AddNotifyRequestToJoinResponseReceived
EOS_NotificationId EOS_CustomInvites_AddNotifyRequestToJoinResponseReceived(EOS_CustomInvites_Interface handle, EOS_CustomInvites_AddNotifyRequestToJoinResponseReceivedOptions options, com.sun.jna.Pointer clientData, EOS_CustomInvites_OnRequestToJoinResponseReceivedCallback notificationFn) -
EOS_CustomInvites_RemoveNotifyRequestToJoinResponseReceived
void EOS_CustomInvites_RemoveNotifyRequestToJoinResponseReceived(EOS_CustomInvites_Interface handle, EOS_NotificationId InId) -
EOS_CustomInvites_AddNotifyRequestToJoinReceived
EOS_NotificationId EOS_CustomInvites_AddNotifyRequestToJoinReceived(EOS_CustomInvites_Interface handle, EOS_CustomInvites_AddNotifyRequestToJoinReceivedOptions options, com.sun.jna.Pointer clientData, EOS_CustomInvites_OnRequestToJoinReceivedCallback notificationFn) -
EOS_CustomInvites_RemoveNotifyRequestToJoinReceived
void EOS_CustomInvites_RemoveNotifyRequestToJoinReceived(EOS_CustomInvites_Interface handle, EOS_NotificationId InId) -
EOS_CustomInvites_AddNotifySendCustomNativeInviteRequested
EOS_NotificationId EOS_CustomInvites_AddNotifySendCustomNativeInviteRequested(EOS_CustomInvites_Interface handle, EOS_CustomInvites_AddNotifySendCustomNativeInviteRequestedOptions options, com.sun.jna.Pointer clientData, EOS_CustomInvites_OnSendCustomNativeInviteRequestedCallback notificationFn) -
EOS_CustomInvites_RemoveNotifySendCustomNativeInviteRequested
void EOS_CustomInvites_RemoveNotifySendCustomNativeInviteRequested(EOS_CustomInvites_Interface handle, EOS_NotificationId InId) -
EOS_CustomInvites_AddNotifyRequestToJoinAccepted
EOS_NotificationId EOS_CustomInvites_AddNotifyRequestToJoinAccepted(EOS_CustomInvites_Interface handle, EOS_CustomInvites_AddNotifyRequestToJoinAcceptedOptions options, com.sun.jna.Pointer clientData, EOS_CustomInvites_OnRequestToJoinAcceptedCallback notificationFn) -
EOS_CustomInvites_RemoveNotifyRequestToJoinAccepted
void EOS_CustomInvites_RemoveNotifyRequestToJoinAccepted(EOS_CustomInvites_Interface handle, EOS_NotificationId InId) -
EOS_CustomInvites_AddNotifyRequestToJoinRejected
EOS_NotificationId EOS_CustomInvites_AddNotifyRequestToJoinRejected(EOS_CustomInvites_Interface handle, EOS_CustomInvites_AddNotifyRequestToJoinRejectedOptions options, com.sun.jna.Pointer clientData, EOS_CustomInvites_OnRequestToJoinRejectedCallback notificationFn) -
EOS_CustomInvites_RemoveNotifyRequestToJoinRejected
void EOS_CustomInvites_RemoveNotifyRequestToJoinRejected(EOS_CustomInvites_Interface handle, EOS_NotificationId InId) -
EOS_CustomInvites_AcceptRequestToJoin
void EOS_CustomInvites_AcceptRequestToJoin(EOS_CustomInvites_Interface handle, EOS_CustomInvites_AcceptRequestToJoinOptions options, com.sun.jna.Pointer clientData, EOS_CustomInvites_OnAcceptRequestToJoinCallback completionDelegate) -
EOS_CustomInvites_RejectRequestToJoin
void EOS_CustomInvites_RejectRequestToJoin(EOS_CustomInvites_Interface handle, EOS_CustomInvites_RejectRequestToJoinOptions options, com.sun.jna.Pointer clientData, EOS_CustomInvites_OnRejectRequestToJoinCallback completionDelegate) -
EOS_Ecom_QueryOwnership
void EOS_Ecom_QueryOwnership(EOS_Ecom_Interface handle, EOS_Ecom_QueryOwnershipOptions options, com.sun.jna.Pointer clientData, EOS_Ecom_OnQueryOwnershipCallback completionDelegate) -
EOS_Ecom_QueryOwnershipBySandboxIds
void EOS_Ecom_QueryOwnershipBySandboxIds(EOS_Ecom_Interface handle, EOS_Ecom_QueryOwnershipBySandboxIdsOptions options, com.sun.jna.Pointer clientData, EOS_Ecom_OnQueryOwnershipBySandboxIdsCallback completionDelegate) -
EOS_Ecom_QueryOwnershipToken
void EOS_Ecom_QueryOwnershipToken(EOS_Ecom_Interface handle, EOS_Ecom_QueryOwnershipTokenOptions options, com.sun.jna.Pointer clientData, EOS_Ecom_OnQueryOwnershipTokenCallback completionDelegate) -
EOS_Ecom_QueryEntitlements
void EOS_Ecom_QueryEntitlements(EOS_Ecom_Interface handle, EOS_Ecom_QueryEntitlementsOptions options, com.sun.jna.Pointer clientData, EOS_Ecom_OnQueryEntitlementsCallback completionDelegate) -
EOS_Ecom_QueryEntitlementToken
void EOS_Ecom_QueryEntitlementToken(EOS_Ecom_Interface handle, EOS_Ecom_QueryEntitlementTokenOptions options, com.sun.jna.Pointer clientData, EOS_Ecom_OnQueryEntitlementTokenCallback completionDelegate) -
EOS_Ecom_QueryOffers
void EOS_Ecom_QueryOffers(EOS_Ecom_Interface handle, EOS_Ecom_QueryOffersOptions options, com.sun.jna.Pointer clientData, EOS_Ecom_OnQueryOffersCallback completionDelegate) -
EOS_Ecom_Checkout
void EOS_Ecom_Checkout(EOS_Ecom_Interface handle, EOS_Ecom_CheckoutOptions options, com.sun.jna.Pointer clientData, EOS_Ecom_OnCheckoutCallback completionDelegate) -
EOS_Ecom_RedeemEntitlements
void EOS_Ecom_RedeemEntitlements(EOS_Ecom_Interface handle, EOS_Ecom_RedeemEntitlementsOptions options, com.sun.jna.Pointer clientData, EOS_Ecom_OnRedeemEntitlementsCallback completionDelegate) -
EOS_Ecom_GetLastRedeemedEntitlementsCount
int EOS_Ecom_GetLastRedeemedEntitlementsCount(EOS_Ecom_Interface handle, EOS_Ecom_GetLastRedeemedEntitlementsCountOptions options) -
EOS_Ecom_CopyLastRedeemedEntitlementByIndex
EOS_EResult EOS_Ecom_CopyLastRedeemedEntitlementByIndex(EOS_Ecom_Interface handle, EOS_Ecom_CopyLastRedeemedEntitlementByIndexOptions options, ByteBuffer OutRedeemedEntitlementId, IntBuffer InOutRedeemedEntitlementIdLength) -
EOS_Ecom_GetEntitlementsCount
int EOS_Ecom_GetEntitlementsCount(EOS_Ecom_Interface handle, EOS_Ecom_GetEntitlementsCountOptions options) -
EOS_Ecom_GetEntitlementsByNameCount
int EOS_Ecom_GetEntitlementsByNameCount(EOS_Ecom_Interface handle, EOS_Ecom_GetEntitlementsByNameCountOptions options) -
EOS_Ecom_CopyEntitlementByIndex
EOS_EResult EOS_Ecom_CopyEntitlementByIndex(EOS_Ecom_Interface handle, EOS_Ecom_CopyEntitlementByIndexOptions options, EOS_Ecom_Entitlement.ByReference outEntitlement) -
EOS_Ecom_CopyEntitlementByNameAndIndex
EOS_EResult EOS_Ecom_CopyEntitlementByNameAndIndex(EOS_Ecom_Interface handle, EOS_Ecom_CopyEntitlementByNameAndIndexOptions options, EOS_Ecom_Entitlement.ByReference outEntitlement) -
EOS_Ecom_CopyEntitlementById
EOS_EResult EOS_Ecom_CopyEntitlementById(EOS_Ecom_Interface handle, EOS_Ecom_CopyEntitlementByIdOptions options, EOS_Ecom_Entitlement.ByReference outEntitlement) -
EOS_Ecom_GetOfferCount
-
EOS_Ecom_CopyOfferByIndex
EOS_EResult EOS_Ecom_CopyOfferByIndex(EOS_Ecom_Interface handle, EOS_Ecom_CopyOfferByIndexOptions options, EOS_Ecom_CatalogOffer.ByReference outOffer) -
EOS_Ecom_CopyOfferById
EOS_EResult EOS_Ecom_CopyOfferById(EOS_Ecom_Interface handle, EOS_Ecom_CopyOfferByIdOptions options, EOS_Ecom_CatalogOffer.ByReference outOffer) -
EOS_Ecom_GetOfferItemCount
int EOS_Ecom_GetOfferItemCount(EOS_Ecom_Interface handle, EOS_Ecom_GetOfferItemCountOptions options) -
EOS_Ecom_CopyOfferItemByIndex
EOS_EResult EOS_Ecom_CopyOfferItemByIndex(EOS_Ecom_Interface handle, EOS_Ecom_CopyOfferItemByIndexOptions options, EOS_Ecom_CatalogItem.ByReference outItem) -
EOS_Ecom_CopyItemById
EOS_EResult EOS_Ecom_CopyItemById(EOS_Ecom_Interface handle, EOS_Ecom_CopyItemByIdOptions options, EOS_Ecom_CatalogItem.ByReference outItem) -
EOS_Ecom_GetOfferImageInfoCount
int EOS_Ecom_GetOfferImageInfoCount(EOS_Ecom_Interface handle, EOS_Ecom_GetOfferImageInfoCountOptions options) -
EOS_Ecom_CopyOfferImageInfoByIndex
EOS_EResult EOS_Ecom_CopyOfferImageInfoByIndex(EOS_Ecom_Interface handle, EOS_Ecom_CopyOfferImageInfoByIndexOptions options, EOS_Ecom_KeyImageInfo.ByReference outImageInfo) -
EOS_Ecom_GetItemImageInfoCount
int EOS_Ecom_GetItemImageInfoCount(EOS_Ecom_Interface handle, EOS_Ecom_GetItemImageInfoCountOptions options) -
EOS_Ecom_CopyItemImageInfoByIndex
EOS_EResult EOS_Ecom_CopyItemImageInfoByIndex(EOS_Ecom_Interface handle, EOS_Ecom_CopyItemImageInfoByIndexOptions options, EOS_Ecom_KeyImageInfo.ByReference outImageInfo) -
EOS_Ecom_GetItemReleaseCount
int EOS_Ecom_GetItemReleaseCount(EOS_Ecom_Interface handle, EOS_Ecom_GetItemReleaseCountOptions options) -
EOS_Ecom_CopyItemReleaseByIndex
EOS_EResult EOS_Ecom_CopyItemReleaseByIndex(EOS_Ecom_Interface handle, EOS_Ecom_CopyItemReleaseByIndexOptions options, EOS_Ecom_CatalogRelease.ByReference outRelease) -
EOS_Ecom_GetTransactionCount
int EOS_Ecom_GetTransactionCount(EOS_Ecom_Interface handle, EOS_Ecom_GetTransactionCountOptions options) -
EOS_Ecom_CopyTransactionByIndex
EOS_EResult EOS_Ecom_CopyTransactionByIndex(EOS_Ecom_Interface handle, EOS_Ecom_CopyTransactionByIndexOptions options, EOS_Ecom_Transaction.ByReference outTransaction) -
EOS_Ecom_CopyTransactionById
EOS_EResult EOS_Ecom_CopyTransactionById(EOS_Ecom_Interface handle, EOS_Ecom_CopyTransactionByIdOptions options, EOS_Ecom_Transaction.ByReference outTransaction) -
EOS_Ecom_Transaction_GetTransactionId
EOS_EResult EOS_Ecom_Transaction_GetTransactionId(EOS_Ecom_Transaction handle, ByteBuffer OutBuffer, IntBuffer InOutBufferLength) -
EOS_Ecom_Transaction_GetEntitlementsCount
int EOS_Ecom_Transaction_GetEntitlementsCount(EOS_Ecom_Transaction handle, EOS_Ecom_Transaction_GetEntitlementsCountOptions options) -
EOS_Ecom_Transaction_CopyEntitlementByIndex
EOS_EResult EOS_Ecom_Transaction_CopyEntitlementByIndex(EOS_Ecom_Transaction handle, EOS_Ecom_Transaction_CopyEntitlementByIndexOptions options, EOS_Ecom_Entitlement.ByReference OutEntitlement) -
EOS_Ecom_Transaction_Release
-
EOS_Ecom_Entitlement_Release
-
EOS_Ecom_KeyImageInfo_Release
-
EOS_Ecom_CatalogOffer_Release
-
EOS_Ecom_CatalogItem_Release
-
EOS_Ecom_CatalogRelease_Release
-
EOS_Friends_QueryFriends
void EOS_Friends_QueryFriends(EOS_Friends_Interface handle, EOS_Friends_QueryFriendsOptions options, com.sun.jna.Pointer clientData, EOS_Friends_OnQueryFriendsCallback completionDelegate) -
EOS_Friends_SendInvite
void EOS_Friends_SendInvite(EOS_Friends_Interface handle, EOS_Friends_SendInviteOptions options, com.sun.jna.Pointer clientData, EOS_Friends_OnSendInviteCallback completionDelegate) -
EOS_Friends_AcceptInvite
void EOS_Friends_AcceptInvite(EOS_Friends_Interface handle, EOS_Friends_AcceptInviteOptions options, com.sun.jna.Pointer clientData, EOS_Friends_OnAcceptInviteCallback completionDelegate) -
EOS_Friends_RejectInvite
void EOS_Friends_RejectInvite(EOS_Friends_Interface handle, EOS_Friends_RejectInviteOptions options, com.sun.jna.Pointer clientData, EOS_Friends_OnRejectInviteCallback completionDelegate) -
EOS_Friends_GetFriendsCount
int EOS_Friends_GetFriendsCount(EOS_Friends_Interface handle, EOS_Friends_GetFriendsCountOptions options) -
EOS_Friends_GetFriendAtIndex
EOS_EpicAccountId EOS_Friends_GetFriendAtIndex(EOS_Friends_Interface handle, EOS_Friends_GetFriendAtIndexOptions options) -
EOS_Friends_GetStatus
EOS_EFriendsStatus EOS_Friends_GetStatus(EOS_Friends_Interface handle, EOS_Friends_GetStatusOptions options) -
EOS_Friends_AddNotifyFriendsUpdate
EOS_NotificationId EOS_Friends_AddNotifyFriendsUpdate(EOS_Friends_Interface handle, EOS_Friends_AddNotifyFriendsUpdateOptions options, com.sun.jna.Pointer clientData, EOS_Friends_OnFriendsUpdateCallback friendsUpdateHandler) -
EOS_Friends_RemoveNotifyFriendsUpdate
void EOS_Friends_RemoveNotifyFriendsUpdate(EOS_Friends_Interface handle, EOS_NotificationId notificationId) -
EOS_Friends_GetBlockedUsersCount
int EOS_Friends_GetBlockedUsersCount(EOS_Friends_Interface handle, EOS_Friends_GetBlockedUsersCountOptions options) -
EOS_Friends_GetBlockedUserAtIndex
EOS_EpicAccountId EOS_Friends_GetBlockedUserAtIndex(EOS_Friends_Interface handle, EOS_Friends_GetBlockedUserAtIndexOptions options) -
EOS_Friends_AddNotifyBlockedUsersUpdate
EOS_NotificationId EOS_Friends_AddNotifyBlockedUsersUpdate(EOS_Friends_Interface handle, EOS_Friends_AddNotifyBlockedUsersUpdateOptions options, com.sun.jna.Pointer clientData, EOS_Friends_OnBlockedUsersUpdateCallback blockedUsersUpdateHandler) -
EOS_Friends_RemoveNotifyBlockedUsersUpdate
void EOS_Friends_RemoveNotifyBlockedUsersUpdate(EOS_Friends_Interface handle, EOS_NotificationId notificationId) -
EOS_IntegratedPlatformOptionsContainer_Add
EOS_EResult EOS_IntegratedPlatformOptionsContainer_Add(EOS_IntegratedPlatformOptionsContainer handle, EOS_IntegratedPlatformOptionsContainer_AddOptions inOptions) -
EOS_IntegratedPlatform_SetUserLoginStatus
EOS_EResult EOS_IntegratedPlatform_SetUserLoginStatus(EOS_IntegratedPlatform_Interface handle, EOS_IntegratedPlatform_SetUserLoginStatusOptions options) -
EOS_IntegratedPlatform_AddNotifyUserLoginStatusChanged
EOS_NotificationId EOS_IntegratedPlatform_AddNotifyUserLoginStatusChanged(EOS_IntegratedPlatform_Interface handle, EOS_IntegratedPlatform_AddNotifyUserLoginStatusChangedOptions options, com.sun.jna.Pointer clientData, EOS_IntegratedPlatform_OnUserLoginStatusChangedCallback CallbackFunction) -
EOS_IntegratedPlatform_RemoveNotifyUserLoginStatusChanged
void EOS_IntegratedPlatform_RemoveNotifyUserLoginStatusChanged(EOS_IntegratedPlatform_Interface handle, EOS_NotificationId NotificationId) -
EOS_IntegratedPlatform_SetUserPreLogoutCallback
EOS_EResult EOS_IntegratedPlatform_SetUserPreLogoutCallback(EOS_IntegratedPlatform_Interface handle, EOS_IntegratedPlatform_SetUserPreLogoutCallbackOptions options, com.sun.jna.Pointer clientData, EOS_IntegratedPlatform_OnUserPreLogoutCallback CallbackFunction) -
EOS_IntegratedPlatform_ClearUserPreLogoutCallback
void EOS_IntegratedPlatform_ClearUserPreLogoutCallback(EOS_IntegratedPlatform_Interface handle, EOS_IntegratedPlatform_ClearUserPreLogoutCallbackOptions options) -
EOS_IntegratedPlatform_FinalizeDeferredUserLogout
EOS_EResult EOS_IntegratedPlatform_FinalizeDeferredUserLogout(EOS_IntegratedPlatform_Interface handle, EOS_IntegratedPlatform_FinalizeDeferredUserLogoutOptions options) -
EOS_IntegratedPlatform_CreateIntegratedPlatformOptionsContainer
EOS_EResult EOS_IntegratedPlatform_CreateIntegratedPlatformOptionsContainer(EOS_IntegratedPlatform_CreateIntegratedPlatformOptionsContainerOptions options, EOS_IntegratedPlatformOptionsContainer outIntegratedPlatformOptionsContainerHandle) -
EOS_IntegratedPlatformOptionsContainer_Release
void EOS_IntegratedPlatformOptionsContainer_Release(EOS_IntegratedPlatformOptionsContainer integratedPlatformOptionsContainerHandle) -
EOS_KWS_QueryAgeGate
void EOS_KWS_QueryAgeGate(EOS_KWS_Interface handle, EOS_KWS_QueryAgeGateOptions options, com.sun.jna.Pointer clientData, EOS_KWS_OnQueryAgeGateCallback completionDelegate) -
EOS_KWS_CreateUser
void EOS_KWS_CreateUser(EOS_KWS_Interface handle, EOS_KWS_CreateUserOptions options, com.sun.jna.Pointer clientData, EOS_KWS_OnCreateUserCallback completionDelegate) -
EOS_KWS_QueryPermissions
void EOS_KWS_QueryPermissions(EOS_KWS_Interface handle, EOS_KWS_QueryPermissionsOptions options, com.sun.jna.Pointer clientData, EOS_KWS_OnQueryPermissionsCallback completionDelegate) -
EOS_KWS_UpdateParentEmail
void EOS_KWS_UpdateParentEmail(EOS_KWS_Interface handle, EOS_KWS_UpdateParentEmailOptions options, com.sun.jna.Pointer clientData, EOS_KWS_OnUpdateParentEmailCallback completionDelegate) -
EOS_KWS_RequestPermissions
void EOS_KWS_RequestPermissions(EOS_KWS_Interface handle, EOS_KWS_RequestPermissionsOptions options, com.sun.jna.Pointer clientData, EOS_KWS_OnRequestPermissionsCallback completionDelegate) -
EOS_KWS_GetPermissionsCount
int EOS_KWS_GetPermissionsCount(EOS_KWS_Interface handle, EOS_KWS_GetPermissionsCountOptions options) -
EOS_KWS_CopyPermissionByIndex
EOS_EResult EOS_KWS_CopyPermissionByIndex(EOS_KWS_Interface handle, EOS_KWS_CopyPermissionByIndexOptions options, EOS_KWS_PermissionStatus.ByReference outPermission) -
EOS_KWS_GetPermissionByKey
EOS_EResult EOS_KWS_GetPermissionByKey(EOS_KWS_Interface handle, EOS_KWS_GetPermissionByKeyOptions options, IntBuffer outPermission) -
EOS_KWS_AddNotifyPermissionsUpdateReceived
EOS_NotificationId EOS_KWS_AddNotifyPermissionsUpdateReceived(EOS_KWS_Interface handle, EOS_KWS_AddNotifyPermissionsUpdateReceivedOptions options, com.sun.jna.Pointer clientData, EOS_KWS_OnPermissionsUpdateReceivedCallback notificationFn) -
EOS_KWS_RemoveNotifyPermissionsUpdateReceived
void EOS_KWS_RemoveNotifyPermissionsUpdateReceived(EOS_KWS_Interface handle, EOS_NotificationId inId) -
EOS_KWS_PermissionStatus_Release
-
EOS_Leaderboards_QueryLeaderboardDefinitions
void EOS_Leaderboards_QueryLeaderboardDefinitions(EOS_Leaderboards_Interface handle, EOS_Leaderboards_QueryLeaderboardDefinitionsOptions options, com.sun.jna.Pointer clientData, EOS_Leaderboards_OnQueryLeaderboardDefinitionsCompleteCallback completionDelegate) -
EOS_Leaderboards_GetLeaderboardDefinitionCount
int EOS_Leaderboards_GetLeaderboardDefinitionCount(EOS_Leaderboards_Interface handle, EOS_Leaderboards_GetLeaderboardDefinitionCountOptions options) -
EOS_Leaderboards_CopyLeaderboardDefinitionByIndex
EOS_EResult EOS_Leaderboards_CopyLeaderboardDefinitionByIndex(EOS_Leaderboards_Interface handle, EOS_Leaderboards_CopyLeaderboardDefinitionByIndexOptions options, EOS_Leaderboards_Definition.ByReference outLeaderboardDefinition) -
EOS_Leaderboards_CopyLeaderboardDefinitionByLeaderboardId
EOS_EResult EOS_Leaderboards_CopyLeaderboardDefinitionByLeaderboardId(EOS_Leaderboards_Interface handle, EOS_Leaderboards_CopyLeaderboardDefinitionByLeaderboardIdOptions options, EOS_Leaderboards_Definition.ByReference outLeaderboardDefinition) -
EOS_Leaderboards_QueryLeaderboardRanks
void EOS_Leaderboards_QueryLeaderboardRanks(EOS_Leaderboards_Interface handle, EOS_Leaderboards_QueryLeaderboardRanksOptions options, com.sun.jna.Pointer clientData, EOS_Leaderboards_OnQueryLeaderboardRanksCompleteCallback completionDelegate) -
EOS_Leaderboards_GetLeaderboardRecordCount
int EOS_Leaderboards_GetLeaderboardRecordCount(EOS_Leaderboards_Interface handle, EOS_Leaderboards_GetLeaderboardRecordCountOptions options) -
EOS_Leaderboards_CopyLeaderboardRecordByIndex
EOS_EResult EOS_Leaderboards_CopyLeaderboardRecordByIndex(EOS_Leaderboards_Interface handle, EOS_Leaderboards_CopyLeaderboardRecordByIndexOptions options, EOS_Leaderboards_LeaderboardRecord.ByReference outLeaderboardRecord) -
EOS_Leaderboards_CopyLeaderboardRecordByUserId
EOS_EResult EOS_Leaderboards_CopyLeaderboardRecordByUserId(EOS_Leaderboards_Interface handle, EOS_Leaderboards_CopyLeaderboardRecordByUserIdOptions options, EOS_Leaderboards_LeaderboardRecord.ByReference outLeaderboardRecord) -
EOS_Leaderboards_QueryLeaderboardUserScores
void EOS_Leaderboards_QueryLeaderboardUserScores(EOS_Leaderboards_Interface handle, EOS_Leaderboards_QueryLeaderboardUserScoresOptions options, com.sun.jna.Pointer clientData, EOS_Leaderboards_OnQueryLeaderboardUserScoresCompleteCallback completionDelegate) -
EOS_Leaderboards_GetLeaderboardUserScoreCount
int EOS_Leaderboards_GetLeaderboardUserScoreCount(EOS_Leaderboards_Interface handle, EOS_Leaderboards_GetLeaderboardUserScoreCountOptions options) -
EOS_Leaderboards_CopyLeaderboardUserScoreByIndex
EOS_EResult EOS_Leaderboards_CopyLeaderboardUserScoreByIndex(EOS_Leaderboards_Interface handle, EOS_Leaderboards_CopyLeaderboardUserScoreByIndexOptions options, EOS_Leaderboards_LeaderboardUserScore.ByReference outLeaderboardUserScore) -
EOS_Leaderboards_CopyLeaderboardUserScoreByUserId
EOS_EResult EOS_Leaderboards_CopyLeaderboardUserScoreByUserId(EOS_Leaderboards_Interface handle, EOS_Leaderboards_CopyLeaderboardUserScoreByUserIdOptions options, EOS_Leaderboards_LeaderboardUserScore.ByReference outLeaderboardUserScore) -
EOS_Leaderboards_LeaderboardUserScore_Release
void EOS_Leaderboards_LeaderboardUserScore_Release(EOS_Leaderboards_LeaderboardUserScore leaderboardUserScore) -
EOS_Leaderboards_Definition_Release
-
EOS_Leaderboards_LeaderboardRecord_Release
void EOS_Leaderboards_LeaderboardRecord_Release(EOS_Leaderboards_LeaderboardRecord leaderboardRecord) -
EOS_Metrics_BeginPlayerSession
EOS_EResult EOS_Metrics_BeginPlayerSession(EOS_Metrics_Interface handle, EOS_Metrics_BeginPlayerSessionOptions options) -
EOS_Metrics_EndPlayerSession
EOS_EResult EOS_Metrics_EndPlayerSession(EOS_Metrics_Interface handle, EOS_Metrics_EndPlayerSessionOptions options) -
EOS_P2P_SendPacket
-
EOS_P2P_GetNextReceivedPacketSize
EOS_EResult EOS_P2P_GetNextReceivedPacketSize(EOS_P2P_Interface handle, EOS_P2P_GetNextReceivedPacketSizeOptions options, IntBuffer outPacketSizeBytes) -
EOS_P2P_ReceivePacket
EOS_EResult EOS_P2P_ReceivePacket(EOS_P2P_Interface handle, EOS_P2P_ReceivePacketOptions options, EOS_ProductUserId OutPeerId, EOS_P2P_SocketId OutSocketId, ByteBuffer outChannel, com.sun.jna.Pointer outData, IntBuffer ooutBytesWritten) -
EOS_P2P_AddNotifyPeerConnectionRequest
EOS_NotificationId EOS_P2P_AddNotifyPeerConnectionRequest(EOS_P2P_Interface handle, EOS_P2P_AddNotifyPeerConnectionRequestOptions options, com.sun.jna.Pointer clientData, EOS_P2P_OnIncomingConnectionRequestCallback connectionRequestHandler) -
EOS_P2P_RemoveNotifyPeerConnectionRequest
void EOS_P2P_RemoveNotifyPeerConnectionRequest(EOS_P2P_Interface handle, EOS_NotificationId NotificationId) -
EOS_P2P_AddNotifyPeerConnectionEstablished
EOS_NotificationId EOS_P2P_AddNotifyPeerConnectionEstablished(EOS_P2P_Interface handle, EOS_P2P_AddNotifyPeerConnectionEstablishedOptions options, com.sun.jna.Pointer clientData, EOS_P2P_OnPeerConnectionEstablishedCallback connectionEstablishedHandler) -
EOS_P2P_RemoveNotifyPeerConnectionEstablished
void EOS_P2P_RemoveNotifyPeerConnectionEstablished(EOS_P2P_Interface handle, EOS_NotificationId NotificationId) -
EOS_P2P_AddNotifyPeerConnectionInterrupted
EOS_NotificationId EOS_P2P_AddNotifyPeerConnectionInterrupted(EOS_P2P_Interface handle, EOS_P2P_AddNotifyPeerConnectionInterruptedOptions options, com.sun.jna.Pointer clientData, EOS_P2P_OnPeerConnectionInterruptedCallback connectionInterruptedHandler) -
EOS_P2P_RemoveNotifyPeerConnectionInterrupted
void EOS_P2P_RemoveNotifyPeerConnectionInterrupted(EOS_P2P_Interface handle, EOS_NotificationId NotificationId) -
EOS_P2P_AddNotifyPeerConnectionClosed
EOS_NotificationId EOS_P2P_AddNotifyPeerConnectionClosed(EOS_P2P_Interface handle, EOS_P2P_AddNotifyPeerConnectionClosedOptions options, com.sun.jna.Pointer clientData, EOS_P2P_OnRemoteConnectionClosedCallback connectionClosedHandler) -
EOS_P2P_RemoveNotifyPeerConnectionClosed
void EOS_P2P_RemoveNotifyPeerConnectionClosed(EOS_P2P_Interface handle, EOS_NotificationId NotificationId) -
EOS_P2P_AcceptConnection
EOS_EResult EOS_P2P_AcceptConnection(EOS_P2P_Interface handle, EOS_P2P_AcceptConnectionOptions options) -
EOS_P2P_CloseConnection
EOS_EResult EOS_P2P_CloseConnection(EOS_P2P_Interface handle, EOS_P2P_CloseConnectionOptions options) -
EOS_P2P_CloseConnections
EOS_EResult EOS_P2P_CloseConnections(EOS_P2P_Interface handle, EOS_P2P_CloseConnectionsOptions options) -
EOS_P2P_QueryNATType
void EOS_P2P_QueryNATType(EOS_P2P_Interface handle, EOS_P2P_QueryNATTypeOptions options, com.sun.jna.Pointer clientData, EOS_P2P_OnQueryNATTypeCompleteCallback completionDelegate) -
EOS_P2P_GetNATType
EOS_EResult EOS_P2P_GetNATType(EOS_P2P_Interface handle, EOS_P2P_GetNATTypeOptions options, com.sun.jna.ptr.IntByReference outNATType) -
EOS_P2P_SetRelayControl
EOS_EResult EOS_P2P_SetRelayControl(EOS_P2P_Interface handle, EOS_P2P_SetRelayControlOptions options) -
EOS_P2P_GetRelayControl
EOS_EResult EOS_P2P_GetRelayControl(EOS_P2P_Interface handle, EOS_P2P_GetRelayControlOptions options, IntBuffer outRelayControl) -
EOS_P2P_SetPortRange
-
EOS_P2P_GetPortRange
EOS_EResult EOS_P2P_GetPortRange(EOS_P2P_Interface handle, EOS_P2P_GetPortRangeOptions options, com.sun.jna.ptr.ShortByReference outPort, com.sun.jna.ptr.ShortByReference outNumAdditionalPortsToTry) -
EOS_P2P_SetPacketQueueSize
EOS_EResult EOS_P2P_SetPacketQueueSize(EOS_P2P_Interface handle, EOS_P2P_SetPacketQueueSizeOptions options) -
EOS_P2P_GetPacketQueueInfo
EOS_EResult EOS_P2P_GetPacketQueueInfo(EOS_P2P_Interface handle, EOS_P2P_GetPacketQueueInfoOptions options, EOS_P2P_PacketQueueInfo.ByReference outPacketQueueInfo) -
EOS_P2P_AddNotifyIncomingPacketQueueFull
EOS_NotificationId EOS_P2P_AddNotifyIncomingPacketQueueFull(EOS_P2P_Interface handle, EOS_P2P_AddNotifyIncomingPacketQueueFullOptions options, com.sun.jna.Pointer clientData, EOS_P2P_OnIncomingPacketQueueFullCallback incomingPacketQueueFullHandler) -
EOS_P2P_RemoveNotifyIncomingPacketQueueFull
void EOS_P2P_RemoveNotifyIncomingPacketQueueFull(EOS_P2P_Interface handle, EOS_NotificationId notificationId) -
EOS_P2P_ClearPacketQueue
EOS_EResult EOS_P2P_ClearPacketQueue(EOS_P2P_Interface handle, EOS_P2P_ClearPacketQueueOptions options) -
EOS_PlayerDataStorage_QueryFile
void EOS_PlayerDataStorage_QueryFile(EOS_PlayerDataStorage_Interface handle, EOS_PlayerDataStorage_QueryFileOptions QueryFileOptions, com.sun.jna.Pointer clientData, EOS_PlayerDataStorage_OnQueryFileCompleteCallback completionCallback) -
EOS_PlayerDataStorage_QueryFileList
void EOS_PlayerDataStorage_QueryFileList(EOS_PlayerDataStorage_Interface handle, EOS_PlayerDataStorage_QueryFileListOptions queryFileListOptions, com.sun.jna.Pointer clientData, EOS_PlayerDataStorage_OnQueryFileListCompleteCallback completionCallback) -
EOS_PlayerDataStorage_CopyFileMetadataByFilename
EOS_EResult EOS_PlayerDataStorage_CopyFileMetadataByFilename(EOS_PlayerDataStorage_Interface handle, EOS_PlayerDataStorage_CopyFileMetadataByFilenameOptions copyFileMetadataOptions, EOS_PlayerDataStorage_FileMetadata.ByReference outMetadata) -
EOS_PlayerDataStorage_GetFileMetadataCount
EOS_EResult EOS_PlayerDataStorage_GetFileMetadataCount(EOS_PlayerDataStorage_Interface handle, EOS_PlayerDataStorage_GetFileMetadataCountOptions getFileMetadataCountOptions, com.sun.jna.ptr.IntByReference outFileMetadataCount) -
EOS_PlayerDataStorage_CopyFileMetadataAtIndex
EOS_EResult EOS_PlayerDataStorage_CopyFileMetadataAtIndex(EOS_PlayerDataStorage_Interface handle, EOS_PlayerDataStorage_CopyFileMetadataAtIndexOptions copyFileMetadataOptions, EOS_PlayerDataStorage_FileMetadata.ByReference outMetadata) -
EOS_PlayerDataStorage_DuplicateFile
void EOS_PlayerDataStorage_DuplicateFile(EOS_PlayerDataStorage_Interface handle, EOS_PlayerDataStorage_DuplicateFileOptions duplicateOptions, com.sun.jna.Pointer clientData, EOS_PlayerDataStorage_OnDuplicateFileCompleteCallback completionCallback) -
EOS_PlayerDataStorage_DeleteFile
void EOS_PlayerDataStorage_DeleteFile(EOS_PlayerDataStorage_Interface handle, EOS_PlayerDataStorage_DeleteFileOptions deleteOptions, com.sun.jna.Pointer clientData, EOS_PlayerDataStorage_OnDeleteFileCompleteCallback completionCallback) -
EOS_PlayerDataStorage_ReadFile
EOS_PlayerDataStorageFileTransferRequest EOS_PlayerDataStorage_ReadFile(EOS_PlayerDataStorage_Interface handle, EOS_PlayerDataStorage_ReadFileOptions readOptions, com.sun.jna.Pointer clientData, EOS_PlayerDataStorage_OnReadFileCompleteCallback completionCallback) -
EOS_PlayerDataStorage_WriteFile
EOS_PlayerDataStorageFileTransferRequest EOS_PlayerDataStorage_WriteFile(EOS_PlayerDataStorage_Interface handle, EOS_PlayerDataStorage_WriteFileOptions writeOptions, com.sun.jna.Pointer clientData, EOS_PlayerDataStorage_OnWriteFileCompleteCallback completionCallback) -
EOS_PlayerDataStorage_DeleteCache
EOS_EResult EOS_PlayerDataStorage_DeleteCache(EOS_PlayerDataStorage_Interface handle, EOS_PlayerDataStorage_DeleteCacheOptions options, com.sun.jna.Pointer clientData, EOS_PlayerDataStorage_OnDeleteCacheCompleteCallback completionCallback) -
EOS_PlayerDataStorageFileTransferRequest_GetFileRequestState
EOS_EResult EOS_PlayerDataStorageFileTransferRequest_GetFileRequestState(EOS_PlayerDataStorageFileTransferRequest handle) -
EOS_PlayerDataStorageFileTransferRequest_GetFilename
EOS_EResult EOS_PlayerDataStorageFileTransferRequest_GetFilename(EOS_PlayerDataStorageFileTransferRequest handle, int filenameStringBufferSizeBytes, byte[] outStringBuffer, com.sun.jna.ptr.IntByReference outStringLength) -
EOS_PlayerDataStorageFileTransferRequest_CancelRequest
EOS_EResult EOS_PlayerDataStorageFileTransferRequest_CancelRequest(EOS_PlayerDataStorageFileTransferRequest handle) -
EOS_PlayerDataStorage_FileMetadata_Release
-
EOS_PlayerDataStorageFileTransferRequest_Release
void EOS_PlayerDataStorageFileTransferRequest_Release(EOS_PlayerDataStorageFileTransferRequest playerDataStorageFileTransferHandle) -
EOS_Presence_QueryPresence
void EOS_Presence_QueryPresence(EOS_Presence_Interface handle, EOS_Presence_QueryPresenceOptions options, com.sun.jna.Pointer clientData, EOS_Presence_OnQueryPresenceCompleteCallback completionDelegate) -
EOS_Presence_HasPresence
EOS_Bool EOS_Presence_HasPresence(EOS_Presence_Interface handle, EOS_Presence_HasPresenceOptions options) -
EOS_Presence_CopyPresence
EOS_EResult EOS_Presence_CopyPresence(EOS_Presence_Interface handle, EOS_Presence_CopyPresenceOptions options, EOS_Presence_Info.ByReference outPresence) -
EOS_Presence_CreatePresenceModification
EOS_EResult EOS_Presence_CreatePresenceModification(EOS_Presence_Interface handle, EOS_Presence_CreatePresenceModificationOptions options, EOS_PresenceModification OutPresenceModificationHandle) -
EOS_Presence_SetPresence
void EOS_Presence_SetPresence(EOS_Presence_Interface handle, EOS_Presence_SetPresenceOptions options, com.sun.jna.Pointer clientData, EOS_Presence_SetPresenceCompleteCallback completionDelegate) -
EOS_Presence_AddNotifyOnPresenceChanged
EOS_NotificationId EOS_Presence_AddNotifyOnPresenceChanged(EOS_Presence_Interface handle, EOS_Presence_AddNotifyOnPresenceChangedOptions options, com.sun.jna.Pointer clientData, EOS_Presence_OnPresenceChangedCallback NotificationHandler) -
EOS_Presence_RemoveNotifyOnPresenceChanged
void EOS_Presence_RemoveNotifyOnPresenceChanged(EOS_Presence_Interface handle, EOS_NotificationId NotificationId) -
EOS_Presence_AddNotifyJoinGameAccepted
EOS_NotificationId EOS_Presence_AddNotifyJoinGameAccepted(EOS_Presence_Interface handle, EOS_Presence_AddNotifyJoinGameAcceptedOptions options, com.sun.jna.Pointer clientData, EOS_Presence_OnJoinGameAcceptedCallback notificationFn) -
EOS_Presence_RemoveNotifyJoinGameAccepted
void EOS_Presence_RemoveNotifyJoinGameAccepted(EOS_Presence_Interface handle, EOS_NotificationId InId) -
EOS_Presence_GetJoinInfo
EOS_EResult EOS_Presence_GetJoinInfo(EOS_Presence_Interface handle, EOS_Presence_GetJoinInfoOptions options, byte[] outBuffer, com.sun.jna.ptr.IntByReference inOutBufferLength) -
EOS_PresenceModification_SetStatus
EOS_EResult EOS_PresenceModification_SetStatus(EOS_PresenceModification handle, EOS_PresenceModification_SetStatusOptions options) -
EOS_PresenceModification_SetRawRichText
EOS_EResult EOS_PresenceModification_SetRawRichText(EOS_PresenceModification handle, EOS_PresenceModification_SetRawRichTextOptions options) -
EOS_PresenceModification_SetData
EOS_EResult EOS_PresenceModification_SetData(EOS_PresenceModification handle, EOS_PresenceModification_SetDataOptions options) -
EOS_PresenceModification_DeleteData
EOS_EResult EOS_PresenceModification_DeleteData(EOS_PresenceModification handle, EOS_PresenceModification_DeleteDataOptions options) -
EOS_PresenceModification_SetJoinInfo
EOS_EResult EOS_PresenceModification_SetJoinInfo(EOS_PresenceModification handle, EOS_PresenceModification_SetJoinInfoOptions options) -
EOS_Presence_Info_Release
-
EOS_PresenceModification_Release
-
EOS_ProgressionSnapshot_BeginSnapshot
EOS_EResult EOS_ProgressionSnapshot_BeginSnapshot(EOS_ProgressionSnapshot_Interface handle, EOS_ProgressionSnapshot_BeginSnapshotOptions options, com.sun.jna.ptr.IntByReference outSnapshotId) -
EOS_ProgressionSnapshot_AddProgression
EOS_EResult EOS_ProgressionSnapshot_AddProgression(EOS_ProgressionSnapshot_Interface handle, EOS_ProgressionSnapshot_AddProgressionOptions options) -
EOS_ProgressionSnapshot_SubmitSnapshot
void EOS_ProgressionSnapshot_SubmitSnapshot(EOS_ProgressionSnapshot_Interface handle, EOS_ProgressionSnapshot_SubmitSnapshotOptions options, com.sun.jna.Pointer clientData, EOS_ProgressionSnapshot_OnSubmitSnapshotCallback completionDelegate) -
EOS_ProgressionSnapshot_EndSnapshot
EOS_EResult EOS_ProgressionSnapshot_EndSnapshot(EOS_ProgressionSnapshot_Interface handle, EOS_ProgressionSnapshot_EndSnapshotOptions options) -
EOS_ProgressionSnapshot_DeleteSnapshot
void EOS_ProgressionSnapshot_DeleteSnapshot(EOS_ProgressionSnapshot_Interface handle, EOS_ProgressionSnapshot_DeleteSnapshotOptions options, com.sun.jna.Pointer clientData, EOS_ProgressionSnapshot_OnDeleteSnapshotCallback completionDelegate) -
EOS_Stats_IngestStat
void EOS_Stats_IngestStat(EOS_Stats_Interface handle, EOS_Stats_IngestStatOptions options, com.sun.jna.Pointer clientData, EOS_Stats_OnIngestStatCompleteCallback completionDelegate) -
EOS_Stats_QueryStats
void EOS_Stats_QueryStats(EOS_Stats_Interface handle, EOS_Stats_QueryStatsOptions options, com.sun.jna.Pointer clientData, EOS_Stats_OnQueryStatsCompleteCallback completionDelegate) -
EOS_Stats_GetStatsCount
-
EOS_Stats_CopyStatByIndex
EOS_EResult EOS_Stats_CopyStatByIndex(EOS_Stats_Interface handle, EOS_Stats_CopyStatByIndexOptions options, EOS_Stats_Stat.ByReference outStat) -
EOS_Stats_CopyStatByName
EOS_EResult EOS_Stats_CopyStatByName(EOS_Stats_Interface handle, EOS_Stats_CopyStatByNameOptions options, EOS_Stats_Stat.ByReference outStat) -
EOS_Stats_Stat_Release
-
EOS_TitleStorage_QueryFile
void EOS_TitleStorage_QueryFile(EOS_TitleStorage_Interface handle, EOS_TitleStorage_QueryFileOptions options, com.sun.jna.Pointer clientData, EOS_TitleStorage_OnQueryFileCompleteCallback completionCallback) -
EOS_TitleStorage_QueryFileList
void EOS_TitleStorage_QueryFileList(EOS_TitleStorage_Interface handle, EOS_TitleStorage_QueryFileListOptions options, com.sun.jna.Pointer clientData, EOS_TitleStorage_OnQueryFileListCompleteCallback completionCallback) -
EOS_TitleStorage_CopyFileMetadataByFilename
EOS_EResult EOS_TitleStorage_CopyFileMetadataByFilename(EOS_TitleStorage_Interface handle, EOS_TitleStorage_CopyFileMetadataByFilenameOptions options, EOS_TitleStorage_FileMetadata.ByReference outMetadata) -
EOS_TitleStorage_GetFileMetadataCount
int EOS_TitleStorage_GetFileMetadataCount(EOS_TitleStorage_Interface handle, EOS_TitleStorage_GetFileMetadataCountOptions options) -
EOS_TitleStorage_CopyFileMetadataAtIndex
EOS_EResult EOS_TitleStorage_CopyFileMetadataAtIndex(EOS_TitleStorage_Interface handle, EOS_TitleStorage_CopyFileMetadataAtIndexOptions options, EOS_TitleStorage_FileMetadata.ByReference outMetadata) -
EOS_TitleStorage_ReadFile
EOS_TitleStorageFileTransferRequest EOS_TitleStorage_ReadFile(EOS_TitleStorage_Interface handle, EOS_TitleStorage_ReadFileOptions options, com.sun.jna.Pointer clientData, EOS_TitleStorage_OnReadFileCompleteCallback completionCallback) -
EOS_TitleStorage_DeleteCache
EOS_EResult EOS_TitleStorage_DeleteCache(EOS_TitleStorage_Interface handle, EOS_TitleStorage_DeleteCacheOptions options, com.sun.jna.Pointer clientData, EOS_TitleStorage_OnDeleteCacheCompleteCallback completionCallback) -
EOS_TitleStorageFileTransferRequest_GetFileRequestState
EOS_EResult EOS_TitleStorageFileTransferRequest_GetFileRequestState(EOS_TitleStorageFileTransferRequest handle) -
EOS_TitleStorageFileTransferRequest_GetFilename
EOS_EResult EOS_TitleStorageFileTransferRequest_GetFilename(EOS_TitleStorageFileTransferRequest handle, int filenameStringBufferSizeBytes, ByteBuffer outStringBuffer, IntBuffer outStringLength) -
EOS_TitleStorageFileTransferRequest_CancelRequest
EOS_EResult EOS_TitleStorageFileTransferRequest_CancelRequest(EOS_TitleStorageFileTransferRequest handle) -
EOS_TitleStorageFileTransferRequest_Release
void EOS_TitleStorageFileTransferRequest_Release(EOS_TitleStorageFileTransferRequest titleStorageFileTransferHandle) -
EOS_TitleStorage_FileMetadata_Release
-
EOS_UserInfo_QueryUserInfo
void EOS_UserInfo_QueryUserInfo(EOS_UserInfo_Interface handle, EOS_UserInfo_QueryUserInfoOptions options, com.sun.jna.Pointer clientData, EOS_UserInfo_OnQueryUserInfoCallback completionDelegate) -
EOS_UserInfo_QueryUserInfoByDisplayName
void EOS_UserInfo_QueryUserInfoByDisplayName(EOS_UserInfo_Interface handle, EOS_UserInfo_QueryUserInfoByDisplayNameOptions options, com.sun.jna.Pointer clientData, EOS_UserInfo_OnQueryUserInfoByDisplayNameCallback completionDelegate) -
EOS_UserInfo_QueryUserInfoByExternalAccount
void EOS_UserInfo_QueryUserInfoByExternalAccount(EOS_UserInfo_Interface handle, EOS_UserInfo_QueryUserInfoByExternalAccountOptions options, com.sun.jna.Pointer clientData, EOS_UserInfo_OnQueryUserInfoByExternalAccountCallback completionDelegate) -
EOS_UserInfo_CopyUserInfo
EOS_EResult EOS_UserInfo_CopyUserInfo(EOS_UserInfo_Interface handle, EOS_UserInfo_CopyUserInfoOptions options, EOS_UserInfo.ByReference outUserInfo) -
EOS_UserInfo_GetExternalUserInfoCount
int EOS_UserInfo_GetExternalUserInfoCount(EOS_UserInfo_Interface handle, EOS_UserInfo_GetExternalUserInfoCountOptions options) -
EOS_UserInfo_CopyExternalUserInfoByIndex
EOS_EResult EOS_UserInfo_CopyExternalUserInfoByIndex(EOS_UserInfo_Interface handle, EOS_UserInfo_CopyExternalUserInfoByIndexOptions options, EOS_UserInfo_ExternalUserInfo.ByReference outExternalUserInfo) -
EOS_UserInfo_CopyExternalUserInfoByAccountType
EOS_EResult EOS_UserInfo_CopyExternalUserInfoByAccountType(EOS_UserInfo_Interface handle, EOS_UserInfo_CopyExternalUserInfoByAccountTypeOptions options, EOS_UserInfo_ExternalUserInfo.ByReference outExternalUserInfo) -
EOS_UserInfo_CopyExternalUserInfoByAccountId
EOS_EResult EOS_UserInfo_CopyExternalUserInfoByAccountId(EOS_UserInfo_Interface handle, EOS_UserInfo_CopyExternalUserInfoByAccountIdOptions options, EOS_UserInfo_ExternalUserInfo.ByReference outExternalUserInfo) -
EOS_UserInfo_CopyBestDisplayName
EOS_EResult EOS_UserInfo_CopyBestDisplayName(EOS_UserInfo_Interface handle, EOS_UserInfo_CopyBestDisplayNameOptions options, EOS_UserInfo_BestDisplayName.ByReference outBestDisplayName) -
EOS_UserInfo_CopyBestDisplayNameWithPlatform
EOS_EResult EOS_UserInfo_CopyBestDisplayNameWithPlatform(EOS_UserInfo_Interface handle, EOS_UserInfo_CopyBestDisplayNameWithPlatformOptions options, EOS_UserInfo_BestDisplayName.ByReference outBestDisplayName) -
EOS_UserInfo_GetLocalPlatformType
EOS_OnlinePlatformType EOS_UserInfo_GetLocalPlatformType(EOS_UserInfo_Interface handle, EOS_UserInfo_GetLocalPlatformTypeOptions options) -
EOS_UserInfo_ExternalUserInfo_Release
-
EOS_UserInfo_Release
-
EOS_UserInfo_BestDisplayName_Release
-
EOS_Sessions_CreateSessionModification
EOS_EResult EOS_Sessions_CreateSessionModification(EOS_Sessions_Interface handle, EOS_Sessions_CreateSessionModificationOptions options, EOS_SessionModification outSessionModificationHandle) -
EOS_Sessions_UpdateSessionModification
EOS_EResult EOS_Sessions_UpdateSessionModification(EOS_Sessions_Interface handle, EOS_Sessions_UpdateSessionModificationOptions options, EOS_SessionModification outSessionModificationHandle) -
EOS_Sessions_UpdateSession
void EOS_Sessions_UpdateSession(EOS_Sessions_Interface handle, EOS_Sessions_UpdateSessionOptions options, com.sun.jna.Pointer clientData, EOS_Sessions_OnUpdateSessionCallback completionDelegate) -
EOS_Sessions_DestroySession
void EOS_Sessions_DestroySession(EOS_Sessions_Interface handle, EOS_Sessions_DestroySessionOptions options, com.sun.jna.Pointer clientData, EOS_Sessions_OnDestroySessionCallback completionDelegate) -
EOS_Sessions_JoinSession
void EOS_Sessions_JoinSession(EOS_Sessions_Interface handle, EOS_Sessions_JoinSessionOptions options, com.sun.jna.Pointer clientData, EOS_Sessions_OnJoinSessionCallback completionDelegate) -
EOS_Sessions_StartSession
void EOS_Sessions_StartSession(EOS_Sessions_Interface handle, EOS_Sessions_StartSessionOptions options, com.sun.jna.Pointer clientData, EOS_Sessions_OnStartSessionCallback completionDelegate) -
EOS_Sessions_EndSession
void EOS_Sessions_EndSession(EOS_Sessions_Interface handle, EOS_Sessions_EndSessionOptions options, com.sun.jna.Pointer clientData, EOS_Sessions_OnEndSessionCallback completionDelegate) -
EOS_Sessions_RegisterPlayers
void EOS_Sessions_RegisterPlayers(EOS_Sessions_Interface handle, EOS_Sessions_RegisterPlayersOptions options, com.sun.jna.Pointer clientData, EOS_Sessions_OnRegisterPlayersCallback completionDelegate) -
EOS_Sessions_UnregisterPlayers
void EOS_Sessions_UnregisterPlayers(EOS_Sessions_Interface handle, EOS_Sessions_UnregisterPlayersOptions options, com.sun.jna.Pointer clientData, EOS_Sessions_OnUnregisterPlayersCallback completionDelegate) -
EOS_Sessions_SendInvite
void EOS_Sessions_SendInvite(EOS_Sessions_Interface handle, EOS_Sessions_SendInviteOptions options, com.sun.jna.Pointer clientData, EOS_Sessions_OnSendInviteCallback completionDelegate) -
EOS_Sessions_RejectInvite
void EOS_Sessions_RejectInvite(EOS_Sessions_Interface handle, EOS_Sessions_RejectInviteOptions options, com.sun.jna.Pointer clientData, EOS_Sessions_OnRejectInviteCallback completionDelegate) -
EOS_Sessions_QueryInvites
void EOS_Sessions_QueryInvites(EOS_Sessions_Interface handle, EOS_Sessions_QueryInvitesOptions options, com.sun.jna.Pointer clientData, EOS_Sessions_OnQueryInvitesCallback completionDelegate) -
EOS_Sessions_GetInviteCount
int EOS_Sessions_GetInviteCount(EOS_Sessions_Interface handle, EOS_Sessions_GetInviteCountOptions options) -
EOS_Sessions_GetInviteIdByIndex
EOS_EResult EOS_Sessions_GetInviteIdByIndex(EOS_Sessions_Interface handle, EOS_Sessions_GetInviteIdByIndexOptions options, byte[] outBuffer, com.sun.jna.ptr.IntByReference inOutBufferLength) -
EOS_Sessions_CreateSessionSearch
EOS_EResult EOS_Sessions_CreateSessionSearch(EOS_Sessions_Interface handle, EOS_Sessions_CreateSessionSearchOptions options, EOS_SessionSearch outSessionSearchHandle) -
EOS_Sessions_CopyActiveSessionHandle
EOS_EResult EOS_Sessions_CopyActiveSessionHandle(EOS_Sessions_Interface handle, EOS_Sessions_CopyActiveSessionHandleOptions options, EOS_ActiveSession outSessionHandle) -
EOS_Sessions_AddNotifySessionInviteReceived
EOS_NotificationId EOS_Sessions_AddNotifySessionInviteReceived(EOS_Sessions_Interface handle, EOS_Sessions_AddNotifySessionInviteReceivedOptions options, com.sun.jna.Pointer clientData, EOS_Sessions_OnSessionInviteReceivedCallback notificationFn) -
EOS_Sessions_RemoveNotifySessionInviteReceived
void EOS_Sessions_RemoveNotifySessionInviteReceived(EOS_Sessions_Interface handle, EOS_NotificationId InId) -
EOS_Sessions_AddNotifySessionInviteAccepted
EOS_NotificationId EOS_Sessions_AddNotifySessionInviteAccepted(EOS_Sessions_Interface handle, EOS_Sessions_AddNotifySessionInviteAcceptedOptions options, com.sun.jna.Pointer clientData, EOS_Sessions_OnSessionInviteAcceptedCallback notificationFn) -
EOS_Sessions_RemoveNotifySessionInviteAccepted
void EOS_Sessions_RemoveNotifySessionInviteAccepted(EOS_Sessions_Interface handle, EOS_NotificationId InId) -
EOS_Sessions_AddNotifySessionInviteRejected
EOS_NotificationId EOS_Sessions_AddNotifySessionInviteRejected(EOS_Sessions_Interface handle, EOS_Sessions_AddNotifySessionInviteRejectedOptions options, com.sun.jna.Pointer clientData, EOS_Sessions_OnSessionInviteRejectedCallback notificationFn) -
EOS_Sessions_RemoveNotifySessionInviteRejected
void EOS_Sessions_RemoveNotifySessionInviteRejected(EOS_Sessions_Interface handle, EOS_NotificationId InId) -
EOS_Sessions_AddNotifyJoinSessionAccepted
EOS_NotificationId EOS_Sessions_AddNotifyJoinSessionAccepted(EOS_Sessions_Interface handle, EOS_Sessions_AddNotifyJoinSessionAcceptedOptions options, com.sun.jna.Pointer clientData, EOS_Sessions_OnJoinSessionAcceptedCallback notificationFn) -
EOS_Sessions_RemoveNotifyJoinSessionAccepted
void EOS_Sessions_RemoveNotifyJoinSessionAccepted(EOS_Sessions_Interface handle, EOS_NotificationId InId) -
EOS_Sessions_CopySessionHandleByInviteId
EOS_EResult EOS_Sessions_CopySessionHandleByInviteId(EOS_Sessions_Interface handle, EOS_Sessions_CopySessionHandleByInviteIdOptions options, EOS_SessionDetails outSessionHandle) -
EOS_Sessions_CopySessionHandleByUiEventId
EOS_EResult EOS_Sessions_CopySessionHandleByUiEventId(EOS_Sessions_Interface handle, EOS_Sessions_CopySessionHandleByUiEventIdOptions options, EOS_SessionDetails outSessionHandle) -
EOS_Sessions_CopySessionHandleForPresence
EOS_EResult EOS_Sessions_CopySessionHandleForPresence(EOS_Sessions_Interface handle, EOS_Sessions_CopySessionHandleForPresenceOptions options, EOS_SessionDetails outSessionHandle) -
EOS_Sessions_IsUserInSession
EOS_EResult EOS_Sessions_IsUserInSession(EOS_Sessions_Interface handle, EOS_Sessions_IsUserInSessionOptions options) -
EOS_Sessions_DumpSessionState
EOS_EResult EOS_Sessions_DumpSessionState(EOS_Sessions_Interface handle, EOS_Sessions_DumpSessionStateOptions options) -
EOS_Sessions_AddNotifyLeaveSessionRequested
EOS_NotificationId EOS_Sessions_AddNotifyLeaveSessionRequested(EOS_Sessions_Interface handle, EOS_Sessions_AddNotifyLeaveSessionRequestedOptions options, com.sun.jna.Pointer clientData, EOS_Sessions_OnLeaveSessionRequestedCallback notificationFn) -
EOS_Sessions_RemoveNotifyLeaveSessionRequested
void EOS_Sessions_RemoveNotifyLeaveSessionRequested(EOS_Sessions_Interface handle, EOS_NotificationId InId) -
EOS_Sessions_AddNotifySendSessionNativeInviteRequested
EOS_NotificationId EOS_Sessions_AddNotifySendSessionNativeInviteRequested(EOS_Sessions_Interface handle, EOS_Sessions_AddNotifySendSessionNativeInviteRequestedOptions options, com.sun.jna.Pointer clientData, EOS_Sessions_OnSendSessionNativeInviteRequestedCallback notificationFn) -
EOS_Sessions_RemoveNotifySendSessionNativeInviteRequested
void EOS_Sessions_RemoveNotifySendSessionNativeInviteRequested(EOS_Sessions_Interface handle, EOS_NotificationId InId) -
EOS_SessionModification_SetBucketId
EOS_EResult EOS_SessionModification_SetBucketId(EOS_SessionModification handle, EOS_SessionModification_SetBucketIdOptions options) -
EOS_SessionModification_SetHostAddress
EOS_EResult EOS_SessionModification_SetHostAddress(EOS_SessionModification handle, EOS_SessionModification_SetHostAddressOptions options) -
EOS_SessionModification_SetPermissionLevel
EOS_EResult EOS_SessionModification_SetPermissionLevel(EOS_SessionModification handle, EOS_SessionModification_SetPermissionLevelOptions options) -
EOS_SessionModification_SetJoinInProgressAllowed
EOS_EResult EOS_SessionModification_SetJoinInProgressAllowed(EOS_SessionModification handle, EOS_SessionModification_SetJoinInProgressAllowedOptions options) -
EOS_SessionModification_SetMaxPlayers
EOS_EResult EOS_SessionModification_SetMaxPlayers(EOS_SessionModification handle, EOS_SessionModification_SetMaxPlayersOptions options) -
EOS_SessionModification_SetInvitesAllowed
EOS_EResult EOS_SessionModification_SetInvitesAllowed(EOS_SessionModification handle, EOS_SessionModification_SetInvitesAllowedOptions options) -
EOS_SessionModification_SetAllowedPlatformIds
EOS_EResult EOS_SessionModification_SetAllowedPlatformIds(EOS_SessionModification handle, EOS_SessionModification_SetAllowedPlatformIdsOptions options) -
EOS_SessionModification_AddAttribute
EOS_EResult EOS_SessionModification_AddAttribute(EOS_SessionModification handle, EOS_SessionModification_AddAttributeOptions options) -
EOS_SessionModification_RemoveAttribute
EOS_EResult EOS_SessionModification_RemoveAttribute(EOS_SessionModification handle, EOS_SessionModification_RemoveAttributeOptions options) -
EOS_ActiveSession_CopyInfo
EOS_EResult EOS_ActiveSession_CopyInfo(EOS_ActiveSession handle, EOS_ActiveSession_CopyInfoOptions options, EOS_ActiveSession_Info.ByReference outActiveSessionInfo) -
EOS_ActiveSession_GetRegisteredPlayerCount
int EOS_ActiveSession_GetRegisteredPlayerCount(EOS_ActiveSession handle, EOS_ActiveSession_GetRegisteredPlayerCountOptions options) -
EOS_ActiveSession_GetRegisteredPlayerByIndex
EOS_ProductUserId EOS_ActiveSession_GetRegisteredPlayerByIndex(EOS_ActiveSession handle, EOS_ActiveSession_GetRegisteredPlayerByIndexOptions options) -
EOS_SessionDetails_CopyInfo
EOS_EResult EOS_SessionDetails_CopyInfo(EOS_SessionDetails handle, EOS_SessionDetails_CopyInfoOptions options, EOS_SessionDetails_Info.ByReference outSessionInfo) -
EOS_SessionDetails_GetSessionAttributeCount
int EOS_SessionDetails_GetSessionAttributeCount(EOS_SessionDetails handle, EOS_SessionDetails_GetSessionAttributeCountOptions options) -
EOS_SessionDetails_CopySessionAttributeByIndex
EOS_EResult EOS_SessionDetails_CopySessionAttributeByIndex(EOS_SessionDetails handle, EOS_SessionDetails_CopySessionAttributeByIndexOptions options, EOS_SessionDetails_Attribute.ByReference outSessionAttribute) -
EOS_SessionDetails_CopySessionAttributeByKey
EOS_EResult EOS_SessionDetails_CopySessionAttributeByKey(EOS_SessionDetails handle, EOS_SessionDetails_CopySessionAttributeByKeyOptions options, EOS_SessionDetails_Attribute.ByReference outSessionAttribute) -
EOS_SessionSearch_SetSessionId
EOS_EResult EOS_SessionSearch_SetSessionId(EOS_SessionSearch handle, EOS_SessionSearch_SetSessionIdOptions options) -
EOS_SessionSearch_SetTargetUserId
EOS_EResult EOS_SessionSearch_SetTargetUserId(EOS_SessionSearch handle, EOS_SessionSearch_SetTargetUserIdOptions options) -
EOS_SessionSearch_SetParameter
EOS_EResult EOS_SessionSearch_SetParameter(EOS_SessionSearch handle, EOS_SessionSearch_SetParameterOptions options) -
EOS_SessionSearch_RemoveParameter
EOS_EResult EOS_SessionSearch_RemoveParameter(EOS_SessionSearch handle, EOS_SessionSearch_RemoveParameterOptions options) -
EOS_SessionSearch_SetMaxResults
EOS_EResult EOS_SessionSearch_SetMaxResults(EOS_SessionSearch handle, EOS_SessionSearch_SetMaxResultsOptions options) -
EOS_SessionSearch_Find
void EOS_SessionSearch_Find(EOS_SessionSearch handle, EOS_SessionSearch_FindOptions options, com.sun.jna.Pointer clientData, EOS_SessionSearch_OnFindCallback completionDelegate) -
EOS_SessionSearch_GetSearchResultCount
int EOS_SessionSearch_GetSearchResultCount(EOS_SessionSearch handle, EOS_SessionSearch_GetSearchResultCountOptions options) -
EOS_SessionSearch_CopySearchResultByIndex
EOS_EResult EOS_SessionSearch_CopySearchResultByIndex(EOS_SessionSearch handle, EOS_SessionSearch_CopySearchResultByIndexOptions options, EOS_SessionDetails outSessionHandle) -
EOS_SessionModification_Release
-
EOS_ActiveSession_Release
-
EOS_SessionDetails_Release
-
EOS_SessionSearch_Release
-
EOS_ActiveSession_Info_Release
-
EOS_SessionDetails_Info_Release
-
EOS_SessionDetails_Attribute_Release
-
EOS_UI_ShowFriends
void EOS_UI_ShowFriends(EOS_UI_Interface handle, EOS_UI_ShowFriendsOptions options, com.sun.jna.Pointer clientData, EOS_UI_OnShowFriendsCallback completionDelegate) -
EOS_UI_HideFriends
void EOS_UI_HideFriends(EOS_UI_Interface handle, EOS_UI_HideFriendsOptions options, com.sun.jna.Pointer clientData, EOS_UI_OnHideFriendsCallback completionDelegate) -
EOS_UI_GetFriendsVisible
-
EOS_UI_GetFriendsExclusiveInput
EOS_Bool EOS_UI_GetFriendsExclusiveInput(EOS_UI_Interface handle, EOS_UI_GetFriendsExclusiveInputOptions options) -
EOS_UI_AddNotifyDisplaySettingsUpdated
EOS_NotificationId EOS_UI_AddNotifyDisplaySettingsUpdated(EOS_UI_Interface handle, EOS_UI_AddNotifyDisplaySettingsUpdatedOptions options, com.sun.jna.Pointer clientData, EOS_UI_OnDisplaySettingsUpdatedCallback notificationFn) -
EOS_UI_RemoveNotifyDisplaySettingsUpdated
-
EOS_UI_SetToggleFriendsKey
EOS_EResult EOS_UI_SetToggleFriendsKey(EOS_UI_Interface handle, EOS_UI_SetToggleFriendsKeyOptions options) -
EOS_UI_GetToggleFriendsKey
EOS_UI_EKeyCombination EOS_UI_GetToggleFriendsKey(EOS_UI_Interface handle, EOS_UI_GetToggleFriendsKeyOptions options) -
EOS_UI_IsValidKeyCombination
EOS_Bool EOS_UI_IsValidKeyCombination(EOS_UI_Interface handle, EOS_UI_EKeyCombination keyCombination) -
EOS_UI_SetToggleFriendsButton
EOS_EResult EOS_UI_SetToggleFriendsButton(EOS_UI_Interface handle, EOS_UI_SetToggleFriendsButtonOptions options) -
EOS_UI_GetToggleFriendsButton
EOS_UI_EInputStateButtonFlags EOS_UI_GetToggleFriendsButton(EOS_UI_Interface handle, EOS_UI_GetToggleFriendsButtonOptions options) -
EOS_UI_IsValidButtonCombination
EOS_Bool EOS_UI_IsValidButtonCombination(EOS_UI_Interface handle, EOS_UI_EInputStateButtonFlags buttonCombination) -
EOS_UI_SetDisplayPreference
EOS_EResult EOS_UI_SetDisplayPreference(EOS_UI_Interface handle, EOS_UI_SetDisplayPreferenceOptions options) -
EOS_UI_GetNotificationLocationPreference
-
EOS_UI_AcknowledgeEventId
EOS_EResult EOS_UI_AcknowledgeEventId(EOS_UI_Interface handle, EOS_UI_AcknowledgeEventIdOptions options) -
EOS_UI_ReportInputState
EOS_EResult EOS_UI_ReportInputState(EOS_UI_Interface handle, EOS_UI_ReportInputStateOptions options) -
EOS_UI_PrePresent
-
EOS_UI_ShowBlockPlayer
void EOS_UI_ShowBlockPlayer(EOS_UI_Interface handle, EOS_UI_ShowBlockPlayerOptions options, com.sun.jna.Pointer clientData, EOS_UI_OnShowBlockPlayerCallback completionDelegate) -
EOS_UI_ShowReportPlayer
void EOS_UI_ShowReportPlayer(EOS_UI_Interface handle, EOS_UI_ShowReportPlayerOptions options, com.sun.jna.Pointer clientData, EOS_UI_OnShowReportPlayerCallback completionDelegate) -
EOS_UI_PauseSocialOverlay
EOS_EResult EOS_UI_PauseSocialOverlay(EOS_UI_Interface handle, EOS_UI_PauseSocialOverlayOptions options) -
EOS_UI_IsSocialOverlayPaused
EOS_Bool EOS_UI_IsSocialOverlayPaused(EOS_UI_Interface handle, EOS_UI_IsSocialOverlayPausedOptions options) -
EOS_UI_AddNotifyMemoryMonitor
EOS_NotificationId EOS_UI_AddNotifyMemoryMonitor(EOS_UI_Interface handle, EOS_UI_AddNotifyMemoryMonitorOptions options, com.sun.jna.Pointer clientData, EOS_UI_OnMemoryMonitorCallback notificationFn) -
EOS_UI_RemoveNotifyMemoryMonitor
-
EOS_UI_ShowNativeProfile
void EOS_UI_ShowNativeProfile(EOS_UI_Interface handle, EOS_UI_ShowNativeProfileOptions options, com.sun.jna.Pointer clientData, EOS_UI_OnShowNativeProfileCallback completionDelegate)
-