GCKLobbyState.h File
Stay organized with collections
Save and categorize content based on your preferences.
GCKLobbyState enum.
More...
An enum describing game lobby states.
Enumerator |
---|
GCKLobbyStateUnknown |
Unknown lobby state.
|
GCKLobbyStateOpen |
Lobby is open and accepting players to join.
|
GCKLobbyStateClosed |
Lobby is closed and not accepting players.
|
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 describes the \u003ccode\u003eGCKLobbyState\u003c/code\u003e enum, which defines the different states of a game lobby.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGCKLobbyState\u003c/code\u003e enum has three possible values: \u003ccode\u003eGCKLobbyStateUnknown\u003c/code\u003e, \u003ccode\u003eGCKLobbyStateOpen\u003c/code\u003e, and \u003ccode\u003eGCKLobbyStateClosed\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGCKLobbyStateUnknown\u003c/code\u003e represents an unknown lobby state, \u003ccode\u003eGCKLobbyStateOpen\u003c/code\u003e signifies a lobby that is open and accepting players, and \u003ccode\u003eGCKLobbyStateClosed\u003c/code\u003e indicates a lobby that is closed and not accepting players.\u003c/p\u003e\n"]]],[],null,["# GCKLobbyState.h File\n\n[Enumerations](#enum-members) \nGCKLobbyState.h File Reference \nGCKLobbyState enum.\n[More...](#details)\n\n|------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Enumerations ------------ ||\n| enum | [GCKLobbyState](/cast/v3/reference/ios/g_c_k_lobby_state_8h#afcdd9a6ac637781d8c87f4dfb97832e1) { [GCKLobbyStateUnknown](/cast/v3/reference/ios/g_c_k_lobby_state_8h#afcdd9a6ac637781d8c87f4dfb97832e1a8508a58a55c7b4419aa38d2d38892934) = 0, [GCKLobbyStateOpen](/cast/v3/reference/ios/g_c_k_lobby_state_8h#afcdd9a6ac637781d8c87f4dfb97832e1ac396a2e8ff1d1a2d5cf93ea974c36391) = 1, [GCKLobbyStateClosed](/cast/v3/reference/ios/g_c_k_lobby_state_8h#afcdd9a6ac637781d8c87f4dfb97832e1a9cdd7ddaff04e0cba39c78fd625dae54) = 2 } |\n| | An enum describing game lobby states. [More...](/cast/v3/reference/ios/g_c_k_lobby_state_8h#afcdd9a6ac637781d8c87f4dfb97832e1) |\n| ||\n\nDetailed Description\n--------------------\n\nGCKLobbyState enum.\n\nEnumeration Type Documentation\n------------------------------\n\n|-----------------------------------------------------------------------------------------------------|\n| enum [GCKLobbyState](/cast/v3/reference/ios/g_c_k_lobby_state_8h#afcdd9a6ac637781d8c87f4dfb97832e1) |\n\nAn enum describing game lobby states.\n\n| Enumerator ||\n|----------------------|----------------------------------------------|\n| GCKLobbyStateUnknown | Unknown lobby state. |\n| GCKLobbyStateOpen | Lobby is open and accepting players to join. |\n| GCKLobbyStateClosed | Lobby is closed and not accepting players. |"]]