GCKPlayerState.h फ़ाइल
GCKPlayerState एनम.
ज़्यादा...
खिलाड़ियों की स्थितियों की जानकारी देने वाली सूची.
- Deprecated:
- Game Manager API अब काम नहीं करता. इसे आने वाले समय में रिलीज़ किया जाएगा.
एन्युमरेटर |
---|
GCKPlayerState अनजान |
खिलाड़ी की अज्ञात स्थिति.
|
GCKPlayerState ड्रॉप्ड |
नेटवर्क में गड़बड़ी की वजह से प्लेयर अब रिसीवर से कनेक्ट नहीं है.
|
GCKPlayerStateQuit |
प्लेयर ने रिसीवर से डिसकनेक्ट होने का विकल्प मैन्युअल तरीके से चुना है.
|
GCKPlayerState उपलब्ध है |
प्लेयर, रिसीवर से कनेक्ट हो जाता है और गेम में शामिल होने के लिए उपलब्ध होता है.
|
GCKPlayerState तैयार है |
प्लेयर, रिसीवर से कनेक्ट हो गया है और अब वह गेम में शामिल होने के लिए तैयार है.
|
GCKPlayerStateIdle |
खिलाड़ी, रिसीवर से, गेम में, और कुछ समय से इस्तेमाल में न होने पर कनेक्ट रहता है.
|
GCKPlayerStatePlaying |
प्लेयर, रिसीवर से, गेम में, और लगातार गेम में चल रहा है.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2023-12-02 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2023-12-02 (UTC) को अपडेट किया गया."],[[["This documentation details the `GCKPlayerState` enum, which describes the various states a player can be in within the Google Cast framework."],["The `GCKPlayerState` enum is deprecated and will be removed in a future release as the Game Manager API is no longer supported."],["The enum includes states like Unknown, Dropped, Quit, Available, Ready, Idle, and Playing, each representing a different stage of a player's connection and interaction with a Cast receiver."],["Developers can use this enum to understand and respond to changes in a player's state during a Cast session, although alternative solutions should be considered due to its deprecation."]]],[]]