@Structure.FieldOrder(value={"ResultCode","ClientData","LocalUserId","TargetUserId"})
public class EOS_UI_OnShowReportPlayerCallbackInfo
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_UI_OnShowReportPlayerCallbackInfo.ByReference |
static class |
EOS_UI_OnShowReportPlayerCallbackInfo.ByValue |
| Modifier and Type | Field and Description |
|---|---|
com.sun.jna.Pointer |
ClientData
Context that was passed into EOS_UI_ShowReportPlayer
|
EOS_EpicAccountId |
LocalUserId
The Epic Online Services Account ID of the user who requested the Report.
|
EOS_EResult |
ResultCode
The EOS_EResult code for the operation.
|
EOS_EpicAccountId |
TargetUserId
The Epic Online Services Account ID of the user who was to be Reported.
|
| Constructor and Description |
|---|
EOS_UI_OnShowReportPlayerCallbackInfo() |
EOS_UI_OnShowReportPlayerCallbackInfo(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 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_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
public EOS_EpicAccountId TargetUserId