@Structure.FieldOrder(value={"ResultCode","ClientData","LocalUserId"})
public class EOS_UI_ShowFriendsCallbackInfo
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_UI_ShowFriendsCallbackInfo.ByReference |
static class |
EOS_UI_ShowFriendsCallbackInfo.ByValue |
| Modifier and Type | Field and Description |
|---|---|
com.sun.jna.Pointer |
ClientData
Context that was passed into EOS_UI_ShowFriends
|
EOS_EpicAccountId |
LocalUserId
The Epic Account ID of the user whose friend list is being shown.
|
EOS_EResult |
ResultCode
The EOS_EResult code for the operation.
|
| Constructor and Description |
|---|
EOS_UI_ShowFriendsCallbackInfo() |
EOS_UI_ShowFriendsCallbackInfo(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 Social Overlay has been notified about the request.EOS_EResult.EOS_IncompatibleVersion if the API version passed in is incorrect.EOS_EResult.EOS_InvalidParameters If any of the options are incorrect.EOS_EResult.EOS_NotConfigured If the Social Overlay is not properly configured.EOS_EResult.EOS_NoChange If the Social Overlay is already visible.EOS_EResult.EOS_ApplicationSuspended If the application is suspended.EOS_EResult.EOS_NetworkDisconnected If the network is disconnected.public com.sun.jna.Pointer ClientData
public EOS_EpicAccountId LocalUserId