cast.receiver.games. PlayerInfo
class static
Constructor
PlayerInfo
new PlayerInfo()
Represents player information maintained by the game manager.
Properties
playerData
Object
Player-specific string of data defined by the game. This data is persisted while the game is running.
playerId
string
The unique string identifier for this player.
playerState
cast.receiver.games.PlayerState
The current state of the player.