@Structure.FieldOrder(value={"ClientData","PlatformType","LocalPlatformUserId","AccountId","ProductUserId"})
public class EOS_IntegratedPlatform_UserPreLogoutCallbackInfo
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_IntegratedPlatform_UserPreLogoutCallbackInfo.ByReference |
static class |
EOS_IntegratedPlatform_UserPreLogoutCallbackInfo.ByValue |
| Modifier and Type | Field and Description |
|---|---|
EOS_EpicAccountId |
AccountId
The Epic Games Account ID associated with this Integrated Platform's User (if there is one)
|
com.sun.jna.Pointer |
ClientData
Context that was passed into EOS_IntegratedPlatform_SetUserPreLogoutCallback
|
java.lang.String |
LocalPlatformUserId
String version of platform-dependent user id.
|
java.lang.String |
PlatformType
The integrated platform the local user logged-out of.
|
EOS_ProductUserId |
ProductUserId
The EOS Product User ID associated with this Integrated Platform's User (if there is one)
|
| Constructor and Description |
|---|
EOS_IntegratedPlatform_UserPreLogoutCallbackInfo() |
EOS_IntegratedPlatform_UserPreLogoutCallbackInfo(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 com.sun.jna.Pointer ClientData
public java.lang.String PlatformType
public java.lang.String LocalPlatformUserId
public EOS_EpicAccountId AccountId
public EOS_ProductUserId ProductUserId