@Structure.FieldOrder(value={"ResultCode","ClientData","LobbyId","TargetUserId"})
public class EOS_Lobby_HardMuteMemberCallbackInfo
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_Lobby_HardMuteMemberCallbackInfo.ByReference |
static class |
EOS_Lobby_HardMuteMemberCallbackInfo.ByValue |
| Modifier and Type | Field and Description |
|---|---|
com.sun.jna.Pointer |
ClientData
Context that was passed into EOS_Lobby_HardMuteMember
|
java.lang.String |
LobbyId
The ID of the lobby
|
EOS_EResult |
ResultCode
The EOS_EResult code for the operation.
|
EOS_ProductUserId |
TargetUserId
The Product User ID of the lobby member whose mute status has been updated
|
| Constructor and Description |
|---|
EOS_Lobby_HardMuteMemberCallbackInfo() |
EOS_Lobby_HardMuteMemberCallbackInfo(com.sun.jna.Pointer peer) |
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 EOS_EResult ResultCode
EOS_EResult.EOS_Success if the hard mute completes successfullyEOS_EResult.EOS_IncompatibleVersion if the API version passed in is incorrectEOS_EResult.EOS_InvalidParameters if any of the options are incorrectEOS_EResult.EOS_Invalid_ProductUserID if a target user is incorrectEOS_EResult.EOS_NotFound if lobby or target user cannot be foundEOS_EResult.EOS_Lobby_VoiceNotEnabled if lobby has no voice enabledEOS_EResult.EOS_Lobby_NotOwner if the calling user is not the owner of the lobbyEOS_EResult.EOS_NotFound if a lobby of interest does not existEOS_EResult.EOS_AlreadyPending if the user is already marked for hard muteEOS_EResult.EOS_TooManyRequests if there are too many requestspublic com.sun.jna.Pointer ClientData
public java.lang.String LobbyId
public EOS_ProductUserId TargetUserId