@Structure.FieldOrder(value={"ApiVersion","LobbyId","LobbyOwnerUserId","PermissionLevel","AvailableSlots","MaxMembers","IsAllowInvites","BucketId","IsAllowHostMigration","IsRTCRoomEnabled","IsAllowJoinById","IsRejoinAfterKickRequiresInvite","IsPresenceEnabled","AllowedPlatformIds","AllowedPlatformIdsCount"})
public class EOS_LobbyDetails_Info
extends com.sun.jna.Structure
implements java.lang.AutoCloseable
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_LobbyDetails_Info.ByReference |
static class |
EOS_LobbyDetails_Info.ByValue |
| Modifier and Type | Field and Description |
|---|---|
com.sun.jna.ptr.IntByReference |
AllowedPlatformIds
Array of platform IDs indicating the player platforms allowed to register with the lobby.
|
int |
AllowedPlatformIdsCount
Number of platform IDs in the array
|
int |
ApiVersion
API Version: Set this to
EOS_LOBBYDETAILS_INFO_API_LATEST. |
int |
AvailableSlots
Current available space
|
java.lang.String |
BucketId
The main indexed parameter for this lobby, can be any string (i.e.
|
static int |
EOS_LOBBYDETAILS_INFO_API_LATEST
The most recent version of the EOS_LobbyDetails_Info API.
|
EOS_Bool |
IsAllowHostMigration
Is host migration allowed
|
EOS_Bool |
IsAllowInvites
If true, users can invite others to this lobby
|
EOS_Bool |
IsAllowJoinById
Is EOS_Lobby_JoinLobbyById allowed
|
EOS_Bool |
IsPresenceEnabled
If true, this lobby will be associated with the local user's presence information.
|
EOS_Bool |
IsRejoinAfterKickRequiresInvite
Does rejoining after being kicked require an invite
|
EOS_Bool |
IsRTCRoomEnabled
Was a Real-Time Communication (RTC) room enabled at lobby creation?
|
java.lang.String |
LobbyId
Lobby ID
|
EOS_ProductUserId |
LobbyOwnerUserId
The Product User ID of the current owner of the lobby
|
int |
MaxMembers
Max allowed members in the lobby
|
int |
PermissionLevel
Permission level of the lobby
|
| Constructor and Description |
|---|
EOS_LobbyDetails_Info() |
EOS_LobbyDetails_Info(com.sun.jna.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
release()
Release the memory associated with a lobby details info.
|
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic static final int EOS_LOBBYDETAILS_INFO_API_LATEST
public int ApiVersion
EOS_LOBBYDETAILS_INFO_API_LATEST.public java.lang.String LobbyId
public EOS_ProductUserId LobbyOwnerUserId
public int PermissionLevel
public int AvailableSlots
public int MaxMembers
public EOS_Bool IsAllowInvites
public java.lang.String BucketId
public EOS_Bool IsAllowHostMigration
public EOS_Bool IsRTCRoomEnabled
public EOS_Bool IsAllowJoinById
public EOS_Bool IsRejoinAfterKickRequiresInvite
public EOS_Bool IsPresenceEnabled
public com.sun.jna.ptr.IntByReference AllowedPlatformIds
EOS_OnlinePlatformType.EOS_OPT_Epic. For some platforms the value will be
in the EOS Platform specific header file. If null, the lobby will be unrestricted.public int AllowedPlatformIdsCount
public EOS_LobbyDetails_Info()
public EOS_LobbyDetails_Info(com.sun.jna.Pointer peer)
public void release()
EOSLibrary.EOS_LobbyDetails_CopyInfo(host.anzo.eossdk.eos.sdk.lobby.EOS_LobbyDetails, host.anzo.eossdk.eos.sdk.lobby.options.EOS_LobbyDetails_CopyInfoOptions, com.sun.jna.ptr.PointerByReference).public void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exception