Player friend statuses.
| int | FRIEND | Constant indicating that the currently signed-in player and this player are friends. |
| int | NO_RELATIONSHIP | Constant indicating that the currently signed-in player is not a friend of this player, and there are no pending invitations between them. |
| int | UNKNOWN | Constant indicating that the currently signed-in player's friend status with this player is unknown. |
Constant indicating that the currently signed-in player and this player are friends.
Constant indicating that the currently signed-in player is not a friend of this player, and there are no pending invitations between them.
Constant indicating that the currently signed-in player's friend status with this player is unknown. This may happen if the user has not shared the friends list with the game.