public class EOS_EAuthScopeFlags extends NativeMappedBitMask
| Modifier and Type | Field and Description |
|---|---|
static int |
EOS_AS_BasicProfile
Permissions to see your account ID, display name, and language
|
static int |
EOS_AS_Country
Permissions to see your country
|
static int |
EOS_AS_Email
Permissions to see email in the response when fetching information for a user.
|
static int |
EOS_AS_FriendsList
Permissions to see a list of your friends who use this application
|
static int |
EOS_AS_FriendsManagement
Permissions to manage the Epic friends list.
|
static int |
EOS_AS_NoFlags
Default value, no permissions required
|
static int |
EOS_AS_Presence
Permissions to set your online presence and see presence of your friends
|
bitMask| Constructor and Description |
|---|
EOS_EAuthScopeFlags() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
fromNative(java.lang.Object nativeValue,
com.sun.jna.FromNativeContext context) |
static @NotNull EOS_EAuthScopeFlags |
of(int... flags) |
hasFlag, nativeType, setFlags, toNativepublic static final int EOS_AS_NoFlags
public static final int EOS_AS_BasicProfile
public static final int EOS_AS_FriendsList
public static final int EOS_AS_Presence
public static final int EOS_AS_FriendsManagement
public static final int EOS_AS_Email
public static final int EOS_AS_Country
@NotNull public static @NotNull EOS_EAuthScopeFlags of(int... flags)
public java.lang.Object fromNative(java.lang.Object nativeValue,
com.sun.jna.FromNativeContext context)