AI-generated Key Takeaways
-
This documentation details the
GCKGameplayState
enum, which describes the various states of gameplay in the Google Cast SDK. -
The enum includes states like
Unknown
,Loading
,Running
,Paused
, andShowingInfoScreen
. -
The
GCKGameplayState
enum is deprecated and will be removed in a future release as the Game Manager API is no longer supported.
GCKGameplayState enum. More...
Enumerations | |
enum | GCKGameplayState { GCKGameplayStateUnknown = 0, GCKGameplayStateLoading = 1, GCKGameplayStateRunning = 2, GCKGameplayStatePaused = 3, GCKGameplayStateShowingInfoScreen = 4 } |
An enum describing gameplay states. More... | |
Detailed Description
GCKGameplayState enum.
Enumeration Type Documentation
enum GCKGameplayState |
An enum describing gameplay states.
- Deprecated:
- The Game Manager API is no longer supported and will be removed in a future release.