@Structure.FieldOrder(value={"ApiVersion","UserId","DisplayName","DisplayNameSanitized","Nickname","PlatformType"})
public class EOS_UserInfo_BestDisplayName
extends com.sun.jna.Structure
implements java.lang.AutoCloseable
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_UserInfo_BestDisplayName.ByReference |
static class |
EOS_UserInfo_BestDisplayName.ByValue |
| Modifier and Type | Field and Description |
|---|---|
int |
ApiVersion
API Version: Set this to
EOS_USERINFO_BESTDISPLAYNAME_API_LATEST. |
java.lang.String |
DisplayName
The display name (un-sanitized).
|
java.lang.String |
DisplayNameSanitized
The raw display name (sanitized).
|
static int |
EOS_USERINFO_BESTDISPLAYNAME_API_LATEST
The most recent version of the EOS_UserInfo_BestDisplayName API.
|
java.lang.String |
Nickname
A nickname/alias for the target user assigned by the local user.
|
EOS_OnlinePlatformType |
PlatformType
The platform type for the user which corresponds to the display name
|
EOS_EpicAccountId |
UserId
The Epic Account ID of the user
|
| Constructor and Description |
|---|
EOS_UserInfo_BestDisplayName() |
EOS_UserInfo_BestDisplayName(com.sun.jna.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
release()
Release the memory associated with EOS_UserInfo_BestDisplayName.
|
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_USERINFO_BESTDISPLAYNAME_API_LATEST
public int ApiVersion
EOS_USERINFO_BESTDISPLAYNAME_API_LATEST.public EOS_EpicAccountId UserId
public java.lang.String DisplayName
public java.lang.String DisplayNameSanitized
public java.lang.String Nickname
public EOS_OnlinePlatformType PlatformType
public EOS_UserInfo_BestDisplayName()
public EOS_UserInfo_BestDisplayName(com.sun.jna.Pointer peer)
public void release()
public void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exception