AI-generated Key Takeaways
-
This documentation details the
GCKPlayerState
enum, which describes the various states a player can be in within the Google Cast framework. -
The
GCKPlayerState
enum is deprecated and will be removed in a future release as the Game Manager API is no longer supported. -
The enum includes states like Unknown, Dropped, Quit, Available, Ready, Idle, and Playing, each representing a different stage of a player's connection and interaction with a Cast receiver.
-
Developers can use this enum to understand and respond to changes in a player's state during a Cast session, although alternative solutions should be considered due to its deprecation.
GCKPlayerState enum. More...
Enumerations | |
enum | GCKPlayerState { GCKPlayerStateUnknown = 0, GCKPlayerStateDropped = 1, GCKPlayerStateQuit = 2, GCKPlayerStateAvailable = 3, GCKPlayerStateReady = 4, GCKPlayerStateIdle = 5, GCKPlayerStatePlaying = 6 } |
An enum describing player states. More... | |
Detailed Description
GCKPlayerState enum.
Enumeration Type Documentation
enum GCKPlayerState |
An enum describing player states.
- Deprecated:
- The Game Manager API is no longer supported and will be removed in a future release.