@Structure.FieldOrder(value={"ClientData","JoinInfo","LocalUserId","TargetUserId","UiEventId"})
public class EOS_Presence_JoinGameAcceptedCallbackInfo
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_Presence_JoinGameAcceptedCallbackInfo.ByReference |
static class |
EOS_Presence_JoinGameAcceptedCallbackInfo.ByValue |
| Modifier and Type | Field and Description |
|---|---|
com.sun.jna.Pointer |
ClientData
Context that was passed into EOS_Presence_AddNotifyJoinGameAccepted
|
java.lang.String |
JoinInfo
The Join Info custom game-data string to use to join the target user.
|
EOS_EpicAccountId |
LocalUserId
The Epic Account ID of the user who accepted the invitation
|
EOS_EpicAccountId |
TargetUserId
The Epic Account ID of the user who sent the invitation
|
long |
UiEventId
If the value is not EOS_UI_EVENTID_INVALID then it must be passed back to the SDK using EOS_UI_AcknowledgeEventId.
|
| Constructor and Description |
|---|
EOS_Presence_JoinGameAcceptedCallbackInfo() |
EOS_Presence_JoinGameAcceptedCallbackInfo(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 java.lang.String JoinInfo
public EOS_EpicAccountId LocalUserId
public EOS_EpicAccountId TargetUserId
public long UiEventId