Friends list visibility statuses.
| int | FEATURE_UNAVAILABLE | Constant indicating that the friends list is currently unavailable for the game. |
| int | REQUEST_REQUIRED | Constant indicating that the friends list is not visible to the game, but the game can ask for access. |
| int | UNKNOWN | Constant indicating that currently it's unknown if the friends list is visible to the game, or whether the game can ask for access from the user. |
| int | VISIBLE | Constant indicating that the friends list is currently visible to the game. |
Constant indicating that the friends list is currently unavailable for the game. You cannot request access at this time, either because the user has permanently declined or the friends feature is not available to them. In this state, any attempts to request access to the friends list will be unsuccessful.
Constant indicating that the friends list is not visible to the game, but the game can ask for access.
Constant indicating that currently it's unknown if the friends list is visible to
the game, or whether the game can ask for access from the user. Use
PlayersClient.getCurrentPlayer(boolean) to force reload the latest
status.
Constant indicating that the friends list is currently visible to the game.