GCKLobbyState.h 文件
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
GCKLobbyState 枚举。
更多...
描述游戏大厅状态的枚举。
枚举器 |
---|
GCKLobbyStateUnknown |
大堂状态未知。
|
GCKLobbyStateOpen |
大厅已开放,欢迎玩家加入。
|
GCKLobbyStateClosed |
大厅已关闭,不接受参与者。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[[["\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. |"]]