@Structure.FieldOrder(value={"ClientData","LocalUserId","TargetUserId","IsBlocked"})
public class EOS_Friends_OnBlockedUsersUpdateInfo
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_Friends_OnBlockedUsersUpdateInfo.ByReference |
static class |
EOS_Friends_OnBlockedUsersUpdateInfo.ByValue |
| Modifier and Type | Field and Description |
|---|---|
com.sun.jna.Pointer |
ClientData
Client-specified data passed into EOS_Friends_AddNotifyBlockedUsersUpdate
|
EOS_Bool |
IsBlocked
TargetUserId block status (blocked or not).
|
EOS_EpicAccountId |
LocalUserId
The Epic Account ID of the local user who is receiving the update
|
EOS_EpicAccountId |
TargetUserId
The Epic Account ID of the user whose blocked status is being updated.
|
| Constructor and Description |
|---|
EOS_Friends_OnBlockedUsersUpdateInfo() |
EOS_Friends_OnBlockedUsersUpdateInfo(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 com.sun.jna.Pointer ClientData
public EOS_EpicAccountId LocalUserId
public EOS_EpicAccountId TargetUserId
public EOS_Bool IsBlocked