@Structure.FieldOrder(value={"ResultCode","ClientData","LocalUserId","RichPresenceResultCode"})
public class EOS_Presence_SetPresenceCallbackInfo
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_Presence_SetPresenceCallbackInfo.ByReference |
static class |
EOS_Presence_SetPresenceCallbackInfo.ByValue |
| Modifier and Type | Field and Description |
|---|---|
com.sun.jna.Pointer |
ClientData
Client-specified data passed into EOS_Presence_SetPresence
|
EOS_EpicAccountId |
LocalUserId
The Epic Account ID of the local user that had their presence set
|
EOS_EResult |
ResultCode
Result code for the operation.
|
EOS_EResult |
RichPresenceResultCode
Result code for the Rich presence operation.
|
| Constructor and Description |
|---|
EOS_Presence_SetPresenceCallbackInfo() |
EOS_Presence_SetPresenceCallbackInfo(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 is returned if presence was successfully set, other codes indicate an errorpublic com.sun.jna.Pointer ClientData
public EOS_EpicAccountId LocalUserId
public EOS_EResult RichPresenceResultCode
EOS_EResult.EOS_Success is returned if the Rich presence was successfully set, other code indicates an error.