@Structure.FieldOrder(value={"ApiVersion","LocalUserId","Payload"})
public class EOS_CustomInvites_SetCustomInviteOptions
extends com.sun.jna.Structure
EOSLibrary.EOS_CustomInvites_SetCustomInvite(host.anzo.eossdk.eos.sdk.EOS_CustomInvites_Interface, host.anzo.eossdk.eos.sdk.custominvites.options.EOS_CustomInvites_SetCustomInviteOptions) function.| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_CustomInvites_SetCustomInviteOptions.ByReference |
static class |
EOS_CustomInvites_SetCustomInviteOptions.ByValue |
| Modifier and Type | Field and Description |
|---|---|
int |
ApiVersion
API Version: Set this to
EOS_CUSTOMINVITES_SETCUSTOMINVITE_API_LATEST. |
static int |
EOS_CUSTOMINVITES_MAX_PAYLOAD_LENGTH
Maximum size of the custom invite payload string
|
static int |
EOS_CUSTOMINVITES_SETCUSTOMINVITE_API_LATEST
The most recent version of the EOS_CustomInvites_SetCustomInvite API.
|
EOS_ProductUserId |
LocalUserId
Local user creating / sending a Custom Invite
|
java.lang.String |
Payload
String payload for the Custom Invite (must be less than
EOS_CUSTOMINVITES_MAX_PAYLOAD_LENGTH) |
| Constructor and Description |
|---|
EOS_CustomInvites_SetCustomInviteOptions() |
EOS_CustomInvites_SetCustomInviteOptions(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 static final int EOS_CUSTOMINVITES_SETCUSTOMINVITE_API_LATEST
public static final int EOS_CUSTOMINVITES_MAX_PAYLOAD_LENGTH
public int ApiVersion
EOS_CUSTOMINVITES_SETCUSTOMINVITE_API_LATEST.public EOS_ProductUserId LocalUserId
public java.lang.String Payload
EOS_CUSTOMINVITES_MAX_PAYLOAD_LENGTH)