FriendState
public enum FriendState : Int32
Undocumented
-
Undocumented
Declaration
Swift
case unknown = -1
-
The two users are friends
Declaration
Swift
case mutualFriends = 0
-
A friend invitation is received from someone to the current user
Declaration
Swift
case invite = 1
-
A friend invitation is sent from the current user to the reciepient for friendship
Declaration
Swift
case invited = 2
-
This user is blocked
Declaration
Swift
case blocked = 3