@Structure.FieldOrder(value={"ClientData","UserId","AchievementId","UnlockTime"})
public class EOS_Achievements_OnAchievementsUnlockedCallbackV2Info
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_Achievements_OnAchievementsUnlockedCallbackV2Info.ByReference |
static class |
EOS_Achievements_OnAchievementsUnlockedCallbackV2Info.ByValue |
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
AchievementId
The Achievement ID for the achievement that was unlocked.
|
com.sun.jna.Pointer |
ClientData
Context that was passed into EOS_Achievements_AddNotifyAchievementsUnlocked
|
long |
UnlockTime
POSIX timestamp when the achievement was unlocked.
|
EOS_ProductUserId |
UserId
The Product User ID for the user who received the unlocked achievements notification
|
| Constructor and Description |
|---|
EOS_Achievements_OnAchievementsUnlockedCallbackV2Info() |
EOS_Achievements_OnAchievementsUnlockedCallbackV2Info(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 EOS_ProductUserId UserId
public java.lang.String AchievementId
public long UnlockTime