FriendRelationType

public enum FriendRelationType

Entries

Link copied to clipboard

Not friends, not in each other's friend lists

Link copied to clipboard

Only if the other party is in my friend list

Link copied to clipboard

Only I am in the other party's friend list.

Link copied to clipboard

Mutual friends, appearing in both users' friend lists

Functions

Link copied to clipboard
public static FriendRelationType ordinalOf(int ordinal)
Link copied to clipboard
public static FriendRelationType valueOf(String name)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
public static Array<FriendRelationType> values()

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.