public class EOS_Defines
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
EOS_ANTICHEATCLIENT_ONMESSAGETOPEERCALLBACK_MAX_MESSAGE_SIZE
Maximum size of an individual message provided through
EOS_AntiCheatClient_OnMessageToPeerCallback. |
static int |
EOS_ANTICHEATCLIENT_ONMESSAGETOSERVERCALLBACK_MAX_MESSAGE_SIZE
Maximum size of an individual message provided through
EOS_AntiCheatClient_OnMessageToServerCallback. |
static int |
EOS_ANTICHEATSERVER_BEGINSESSION_MAX_REGISTERTIMEOUT
The maximum value for the RegisterTimeoutSeconds parameter in the
EOS_AntiCheatServer_BeginSessionOptions struct. |
static int |
EOS_ANTICHEATSERVER_BEGINSESSION_MIN_REGISTERTIMEOUT
The minimum value for the RegisterTimeoutSeconds parameter in the
EOS_AntiCheatServer_BeginSessionOptions struct. |
static int |
EOS_ANTICHEATSERVER_ONMESSAGETOCLIENTCALLBACK_MAX_MESSAGE_SIZE
Maximum size of an individual message provided through
EOS_AntiCheatServer_OnMessageToClientCallback. |
static int |
EOS_COUNTRYCODE_MAX_BUFFER_LEN
The maximum length of a Country Code buffer
|
static int |
EOS_COUNTRYCODE_MAX_LENGTH
The maximum length of a Country Code
|
static int |
EOS_INTEGRATEDPLATFORM_STEAM_MAX_STEAMAPIINTERFACEVERSIONSARRAY_SIZE
The maximum size of the SteamApiInterfaceVersionsArray in the
EOS_IntegratedPlatform_Steam_Options struct. |
static int |
EOS_INVALID_PROGRESSIONSNAPSHOTID
An invalid ProgressionSnapshot Id.
|
static int |
EOS_LOBBY_GETCONNECTSTRING_BUFFER_SIZE
The buffer size to provide to the EOS_Lobby_GetConnectString API.
|
static int |
EOS_LOBBY_INVITEID_MAX_LENGTH
Max length of an invite ID
|
static int |
EOS_LOBBY_MAX_LOBBIES
The maximum number of lobbies a single user can join at once
|
static int |
EOS_LOBBY_MAX_LOBBY_MEMBERS
The maximum number of players in a lobby
|
static int |
EOS_LOBBY_MAX_SEARCH_RESULTS
The maximum number of search results for a query
|
static int |
EOS_LOBBY_PARSECONNECTSTRING_BUFFER_SIZE
The buffer size to provide to the EOS_Lobby_ParseConnectString API.
|
static int |
EOS_LOCALECODE_MAX_BUFFER_LEN
The maximum length of a Locale Code buffer
|
static int |
EOS_LOCALECODE_MAX_LENGTH
The maximum length of a Locale Code
|
static int |
EOS_PLATFORM_OPTIONS_DEPLOYMENTID_MAX_LENGTH
Max length of a deployment id, not including the terminating null.
|
static int |
EOS_PLATFORM_OPTIONS_ENCRYPTIONKEY_LENGTH
Length of an encryption key, not including the terminating null.
|
static int |
EOS_PLATFORM_OPTIONS_PRODUCTID_MAX_LENGTH
Max length of a product id, not including the terminating null.
|
static int |
EOS_PLATFORM_OPTIONS_SANDBOXID_MAX_LENGTH
Max length of a sandbox id, not including the terminating null.
|
static int |
EOS_PLAYERDATASTORAGE_TIME_UNDEFINED
Timestamp value representing an undefined time for Player Data Storage.
|
static int |
EOS_PRESENCE_DATA_MAX_KEY_LENGTH
The maximum allowed length a data's key may be.
|
static int |
EOS_PRESENCE_DATA_MAX_KEYS
The maximum of allowed individual pieces of data a user may have.
|
static int |
EOS_PRESENCE_DATA_MAX_VALUE_LENGTH
The maximum allowed length a data's value may be.
|
static int |
EOS_PRESENCE_RICH_TEXT_MAX_VALUE_LENGTH
The maximum allowed length a user's rich text string may be.
|
static int |
EOS_PRESENCEMODIFICATION_JOININFO_MAX_LENGTH |
static int |
EOS_RTC_OPTION_KEY_MAXCHARCOUNT
The maximum size of the Key string in the
EOS_RTC_Option struct. |
static int |
EOS_RTC_OPTION_VALUE_MAXCHARCOUNT
The maximum size of the Value string in the
EOS_RTC_Option struct. |
static int |
EOS_RTC_PARTICIPANTMETADATA_KEY_MAXCHARCOUNT
The maximum size of the Key string in the
EOS_RTC_ParticipantMetadata struct. |
static int |
EOS_RTC_PARTICIPANTMETADATA_VALUE_MAXCHARCOUNT
The maximum size of the Value string in the
EOS_RTC_ParticipantMetadata struct. |
static int |
EOS_RTCDATA_MAX_PACKET_SIZE
The maximum length of data chunk in bytes that can be sent and received
|
static int |
EOS_SESSIONMODIFICATION_MAX_SESSION_ATTRIBUTE_LENGTH
Maximum length of the name of the attribute associated with the session
|
static int |
EOS_SESSIONMODIFICATION_MAX_SESSION_ATTRIBUTES
Maximum number of attributes allowed on the session
|
static int |
EOS_SESSIONMODIFICATION_MAX_SESSIONIDOVERRIDE_LENGTH
Maximum number of characters allowed in the session id override
|
static int |
EOS_SESSIONMODIFICATION_MIN_SESSIONIDOVERRIDE_LENGTH
Minimum number of characters allowed in the session id override
|
| Constructor and Description |
|---|
EOS_Defines() |
public static int EOS_COUNTRYCODE_MAX_LENGTH
public static int EOS_COUNTRYCODE_MAX_BUFFER_LEN
public static int EOS_LOCALECODE_MAX_LENGTH
public static int EOS_LOCALECODE_MAX_BUFFER_LEN
public static final int EOS_LOBBY_INVITEID_MAX_LENGTH
public static int EOS_LOBBY_GETCONNECTSTRING_BUFFER_SIZE
public static int EOS_LOBBY_PARSECONNECTSTRING_BUFFER_SIZE
public static int EOS_PLATFORM_OPTIONS_PRODUCTID_MAX_LENGTH
public static int EOS_PLATFORM_OPTIONS_SANDBOXID_MAX_LENGTH
public static int EOS_PLATFORM_OPTIONS_ENCRYPTIONKEY_LENGTH
public static int EOS_PLATFORM_OPTIONS_DEPLOYMENTID_MAX_LENGTH
public static int EOS_INTEGRATEDPLATFORM_STEAM_MAX_STEAMAPIINTERFACEVERSIONSARRAY_SIZE
EOS_IntegratedPlatform_Steam_Options struct.public static final int EOS_ANTICHEATCLIENT_ONMESSAGETOSERVERCALLBACK_MAX_MESSAGE_SIZE
EOS_AntiCheatClient_OnMessageToServerCallback.public static final int EOS_ANTICHEATCLIENT_ONMESSAGETOPEERCALLBACK_MAX_MESSAGE_SIZE
EOS_AntiCheatClient_OnMessageToPeerCallback.public static final int EOS_ANTICHEATSERVER_ONMESSAGETOCLIENTCALLBACK_MAX_MESSAGE_SIZE
EOS_AntiCheatServer_OnMessageToClientCallback.public static final int EOS_ANTICHEATSERVER_BEGINSESSION_MIN_REGISTERTIMEOUT
EOS_AntiCheatServer_BeginSessionOptions struct.public static final int EOS_ANTICHEATSERVER_BEGINSESSION_MAX_REGISTERTIMEOUT
EOS_AntiCheatServer_BeginSessionOptions struct.public static final int EOS_RTCDATA_MAX_PACKET_SIZE
public static final int EOS_LOBBY_MAX_LOBBIES
public static final int EOS_LOBBY_MAX_LOBBY_MEMBERS
public static final int EOS_LOBBY_MAX_SEARCH_RESULTS
public static final int EOS_PLAYERDATASTORAGE_TIME_UNDEFINED
public static final int EOS_INVALID_PROGRESSIONSNAPSHOTID
public static final int EOS_PRESENCE_DATA_MAX_KEYS
public static final int EOS_PRESENCE_DATA_MAX_KEY_LENGTH
public static final int EOS_PRESENCE_DATA_MAX_VALUE_LENGTH
public static final int EOS_PRESENCE_RICH_TEXT_MAX_VALUE_LENGTH
public static final int EOS_PRESENCEMODIFICATION_JOININFO_MAX_LENGTH
public static final int EOS_RTC_OPTION_KEY_MAXCHARCOUNT
EOS_RTC_Option struct.public static final int EOS_RTC_OPTION_VALUE_MAXCHARCOUNT
EOS_RTC_Option struct.public static final int EOS_RTC_PARTICIPANTMETADATA_KEY_MAXCHARCOUNT
EOS_RTC_ParticipantMetadata struct.public static final int EOS_RTC_PARTICIPANTMETADATA_VALUE_MAXCHARCOUNT
EOS_RTC_ParticipantMetadata struct.public static int EOS_SESSIONMODIFICATION_MAX_SESSION_ATTRIBUTES
public static int EOS_SESSIONMODIFICATION_MAX_SESSION_ATTRIBUTE_LENGTH
public static int EOS_SESSIONMODIFICATION_MIN_SESSIONIDOVERRIDE_LENGTH
public static int EOS_SESSIONMODIFICATION_MAX_SESSIONIDOVERRIDE_LENGTH