public enum EOS_EFriendsStatus extends java.lang.Enum<EOS_EFriendsStatus> implements com.sun.jna.NativeMapped
| Enum Constant and Description |
|---|
EOS_FS_Friends
The accounts have accepted friendship.
|
EOS_FS_InviteReceived
The other account has sent a friend invite to the local account.
|
EOS_FS_InviteSent
The local account has sent a friend invite to the other account.
|
EOS_FS_NotFriends
The two accounts have no friendship status.
|
| Modifier and Type | Method and Description |
|---|---|
static EOS_EFriendsStatus |
fromId(java.lang.Integer id) |
java.lang.Object |
fromNative(java.lang.Object nativeValue,
com.sun.jna.FromNativeContext context) |
java.lang.Class<?> |
nativeType() |
java.lang.Object |
toNative() |
static EOS_EFriendsStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EOS_EFriendsStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EOS_EFriendsStatus EOS_FS_NotFriends
public static final EOS_EFriendsStatus EOS_FS_InviteSent
NOTE: EOS_FS_InviteSent is not returned by EOS_Friends_Interface.getStatus(EOS_Friends_GetStatusOptions) or in EOS_Friends_Interface.addNotifyFriendsUpdate(EOS_Friends_AddNotifyFriendsUpdateOptions, Pointer, EOS_Friends_OnFriendsUpdateCallback) callbacks unless
the local account was logged in with the EOS_AS_FriendsManagement authentication scope. Friend invites are managed
automatically by the Social Overlay.
public static final EOS_EFriendsStatus EOS_FS_InviteReceived
NOTE: EOS_FS_InviteReceived is not returned by EOS_Friends_Interface.getStatus(EOS_Friends_GetStatusOptions) or in EOS_Friends_Interface.addNotifyFriendsUpdate(EOS_Friends_AddNotifyFriendsUpdateOptions, Pointer, EOS_Friends_OnFriendsUpdateCallback) callbacks unless
the local account was logged in with the EOS_AS_FriendsManagement authentication scope. Friend invites are managed
automatically by the Social Overlay.
public static final EOS_EFriendsStatus EOS_FS_Friends
public static EOS_EFriendsStatus[] values()
for (EOS_EFriendsStatus c : EOS_EFriendsStatus.values()) System.out.println(c);
public static EOS_EFriendsStatus valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static EOS_EFriendsStatus fromId(java.lang.Integer id)
public java.lang.Object fromNative(java.lang.Object nativeValue,
com.sun.jna.FromNativeContext context)
fromNative in interface com.sun.jna.NativeMappedpublic java.lang.Object toNative()
toNative in interface com.sun.jna.NativeMappedpublic java.lang.Class<?> nativeType()
nativeType in interface com.sun.jna.NativeMapped