@Structure.FieldOrder(value={"ResultCode","ClientData","CountryCode","AgeOfConsent"})
public class EOS_KWS_QueryAgeGateCallbackInfo
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_KWS_QueryAgeGateCallbackInfo.ByReference |
static class |
EOS_KWS_QueryAgeGateCallbackInfo.ByValue |
| Modifier and Type | Field and Description |
|---|---|
int |
AgeOfConsent
Age of consent in the given country
|
com.sun.jna.Pointer |
ClientData
Context that was passed into EOS_KWS_QueryAgeGate
|
java.lang.String |
CountryCode
Country code determined for this request based on the local client's ip address that the backend resolves
|
EOS_EResult |
ResultCode
The EOS_EResult code for the operation.
|
| Constructor and Description |
|---|
EOS_KWS_QueryAgeGateCallbackInfo() |
EOS_KWS_QueryAgeGateCallbackInfo(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 are incorrectEOS_EResult.EOS_TooManyRequests if the number of allowed queries is exceededpublic com.sun.jna.Pointer ClientData
public java.lang.String CountryCode
public int AgeOfConsent