CurrentPlayerInfo

public interface CurrentPlayerInfo implements Freezable<CurrentPlayerInfo> Parcelable

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.