public class EOS_ELinkAccountFlags extends NativeMappedBitMask
EOS_Auth_Interface.linkAccount(EOS_Auth_LinkAccountOptions, Pointer, EOS_Auth_OnLinkAccountCallback)| Modifier and Type | Field and Description |
|---|---|
static int |
EOS_LA_NintendoNsaId
Specified when the EOS_ContinuanceToken describes a Nintendo NSA ID account type.
|
static int |
EOS_LA_NoFlags
Default flag used for a standard account linking operation.
|
bitMask| Constructor and Description |
|---|
EOS_ELinkAccountFlags() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
fromNative(java.lang.Object nativeValue,
com.sun.jna.FromNativeContext context) |
static @NotNull EOS_ELinkAccountFlags |
of(int... flags) |
hasFlag, nativeType, setFlags, toNativepublic static final int EOS_LA_NoFlags
This flag is set when using a continuance token received from a previous call to the EOS_Auth_Login API, when the local user has not yet been successfully logged in to an Epic Account yet.
public static final int EOS_LA_NintendoNsaId
This flag is used only with, and must be set, when the continuance token was received from a previous call to the EOS_Auth_Login API using the EOS_EExternalCredentialType::EOS_ECT_NINTENDO_NSA_ID_TOKEN login type.
@NotNull public static @NotNull EOS_ELinkAccountFlags of(int... flags)
public java.lang.Object fromNative(java.lang.Object nativeValue,
com.sun.jna.FromNativeContext context)