@Structure.FieldOrder(value={"ResultCode","ClientData","LocalUserId","TargetUserIds","TargetUserIdsCount"})
public class EOS_CustomInvites_SendCustomInviteCallbackInfo
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_CustomInvites_SendCustomInviteCallbackInfo.ByReference |
static class |
EOS_CustomInvites_SendCustomInviteCallbackInfo.ByValue |
| Modifier and Type | Field and Description |
|---|---|
com.sun.jna.Pointer |
ClientData
Context that was passed into EOS_CustomInvites_SendCustomInvite
|
EOS_ProductUserId |
LocalUserId
Local user sending a CustomInvite
|
EOS_EResult |
ResultCode
The EOS_EResult code for the operation.
|
EOS_ProductUserId |
TargetUserIds
Users to whom the invites were successfully sent (can be different than original call if an invite for same Payload was previously sent)
|
int |
TargetUserIdsCount
The number of users we are sending to
|
| Constructor and Description |
|---|
EOS_CustomInvites_SendCustomInviteCallbackInfo() |
EOS_CustomInvites_SendCustomInviteCallbackInfo(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 query completes successfullyEOS_EResult.EOS_InvalidParameters if any of the options values are incorrectEOS_EResult.EOS_TooManyRequests if the number of allowed queries is exceededEOS_EResult.EOS_NotFound if SetCustomInvite has not been previously successfully called for this userpublic com.sun.jna.Pointer ClientData
public EOS_ProductUserId LocalUserId
public EOS_ProductUserId TargetUserIds
public int TargetUserIdsCount