AI-generated Key Takeaways
-
CurrentPlayerInfo is a data object representing information related to the signed-in user.
-
It implements the Freezable and Parcelable interfaces.
-
It has a method
getFriendsListVisibilityStatus()to check if the user has shared their friends list 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.