GCKGameplayState.h File

  • 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, and ShowingInfoScreen.

  • The GCKGameplayState enum is deprecated and will be removed in a future release as the Game Manager API is no longer supported.

GCKGameplayState.h File Reference

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

An enum describing gameplay states.

Deprecated:
The Game Manager API is no longer supported and will be removed in a future release.
Enumerator
GCKGameplayStateUnknown 

Unknown gameplay state.

GCKGameplayStateLoading 

Game state for game is loading.

GCKGameplayStateRunning 

Game state for game is running.

GCKGameplayStatePaused 

Game state for game is paused.

GCKGameplayStateShowingInfoScreen 

Game state for game is showing an information screen.