GCKGameplayState.h File
Stay organized with collections
Save and categorize content based on your preferences.
GCKGameplayState enum.
More...
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["\u003cp\u003eThis documentation details the \u003ccode\u003eGCKGameplayState\u003c/code\u003e enum, which describes the various states of gameplay in the Google Cast SDK.\u003c/p\u003e\n"],["\u003cp\u003eThe enum includes states like \u003ccode\u003eUnknown\u003c/code\u003e, \u003ccode\u003eLoading\u003c/code\u003e, \u003ccode\u003eRunning\u003c/code\u003e, \u003ccode\u003ePaused\u003c/code\u003e, and \u003ccode\u003eShowingInfoScreen\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGCKGameplayState\u003c/code\u003e enum is deprecated and will be removed in a future release as the Game Manager API is no longer supported.\u003c/p\u003e\n"]]],[],null,["# GCKGameplayState.h File\n\n[Enumerations](#enum-members) \nGCKGameplayState.h File Reference \nGCKGameplayState enum.\n[More...](#details)\n\n|------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Enumerations ------------ ||\n| enum | [GCKGameplayState](/cast/v3/reference/ios/g_c_k_gameplay_state_8h#a4154426d931e8848dae63734e124a410) { [GCKGameplayStateUnknown](/cast/v3/reference/ios/g_c_k_gameplay_state_8h#a4154426d931e8848dae63734e124a410a7198db6a472dd79cf4cbcf3f877d3ad1) = 0, [GCKGameplayStateLoading](/cast/v3/reference/ios/g_c_k_gameplay_state_8h#a4154426d931e8848dae63734e124a410a37afe120e6c6a1e933403309d8e8c4e7) = 1, [GCKGameplayStateRunning](/cast/v3/reference/ios/g_c_k_gameplay_state_8h#a4154426d931e8848dae63734e124a410aab6708f08437c0d52b2af966d55f03c3) = 2, [GCKGameplayStatePaused](/cast/v3/reference/ios/g_c_k_gameplay_state_8h#a4154426d931e8848dae63734e124a410ad289e1d6beab0c76e85e4f6f2c311531) = 3, [GCKGameplayStateShowingInfoScreen](/cast/v3/reference/ios/g_c_k_gameplay_state_8h#a4154426d931e8848dae63734e124a410abcc7715dc0a593960bdfb4ab8c644901) = 4 } |\n| | An enum describing gameplay states. [More...](/cast/v3/reference/ios/g_c_k_gameplay_state_8h#a4154426d931e8848dae63734e124a410) |\n| ||\n\nDetailed Description\n--------------------\n\nGCKGameplayState enum.\n\nEnumeration Type Documentation\n------------------------------\n\n|-----------------------------------------------------------------------------------------------------------|\n| enum [GCKGameplayState](/cast/v3/reference/ios/g_c_k_gameplay_state_8h#a4154426d931e8848dae63734e124a410) |\n\nAn enum describing gameplay states.\n\n**[Deprecated:](/cast/v3/reference/ios/deprecated#_deprecated000021)**\n: The Game Manager API is no longer supported and will be removed in a future release.\n\n| Enumerator ||\n|-----------------------------------|-------------------------------------------------------|\n| GCKGameplayStateUnknown | Unknown gameplay state. |\n| GCKGameplayStateLoading | Game state for game is loading. |\n| GCKGameplayStateRunning | Game state for game is running. |\n| GCKGameplayStatePaused | Game state for game is paused. |\n| GCKGameplayStateShowingInfoScreen | Game state for game is showing an information screen. |"]]