Enum RelationshipType
Represents the type of relationship between the current user and another user.
public enum RelationshipType
Fields
Blocked = 2The user is blocked.
Friend = 1The user is a friend.
IncomingRequest = 3Incoming friend request from the user.
OutgoingRequest = 4Outgoing friend request sent to the user.