@Structure.FieldOrder(value={"ClientData","PlatformType","LocalPlatformUserId","AccountId","ProductUserId","PreviousLoginStatus","CurrentLoginStatus"})
public class EOS_IntegratedPlatform_UserLoginStatusChangedCallbackInfo
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_IntegratedPlatform_UserLoginStatusChangedCallbackInfo.ByReference |
static class |
EOS_IntegratedPlatform_UserLoginStatusChangedCallbackInfo.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_AddNotifyUserLoginStatusChanged
|
EOS_ELoginStatus |
CurrentLoginStatus
The login status at the time of this notification.
|
java.lang.String |
LocalPlatformUserId
String version of platform's user id.
|
java.lang.String |
PlatformType
The integrated platform of the local platform user.
|
EOS_ELoginStatus |
PreviousLoginStatus
The login status prior to this change.
|
EOS_ProductUserId |
ProductUserId
The EOS Product User ID associated with this Integrated Platform's User (if there is one)
|
| Constructor and Description |
|---|
EOS_IntegratedPlatform_UserLoginStatusChangedCallbackInfo() |
EOS_IntegratedPlatform_UserLoginStatusChangedCallbackInfo(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
public EOS_ELoginStatus PreviousLoginStatus
EOS_ELoginStatuspublic EOS_ELoginStatus CurrentLoginStatus
EOS_ELoginStatus