Page Summary
-
CurrentPlayerInfo is a data object representing information about the signed-in user.
-
It implements Freezable and Parcelable interfaces.
-
The getFriendsListVisibilityStatus() method indicates if the user's friends list is shared with the game.
Data object representing the information related only to the signed in user.
Inherited Constant Summary
Public Method Summary
| abstract int |
getFriendsListVisibilityStatus()
Retrieves if the user has shared the friends list with the game.
|
Inherited Method Summary
Public Methods
public abstract int getFriendsListVisibilityStatus ()
Retrieves if the user has shared the friends list with the game. The possible output
can be found in
Player.FriendsListVisibilityStatus.