קובץ GCKPlayerState.h
GCKPlayerState enum.
עוד...
טיפוסים בני מנייה (enum) שמתארים את מצבי השחקן.
- Deprecated:
- Game Manager API כבר לא נתמך ויוסר בגרסה עתידית.
מונה |
---|
GCKPlayerStateUnknown |
מצב השחקן לא ידוע.
|
GCKPlayerStateDropped |
הנגן כבר לא מחובר למקלט בגלל ירידה ברשת.
|
GCKPlayerStateexit |
השחקן בחר באופן ידני להתנתק מהמקבל.
|
GCKPlayerStateAvailable
|
השחקן מחובר למקבל התשלום וזמין להצטרף למשחק.
|
GCKPlayerStateמוכן |
השחקן מחובר למכשיר המקבל ומוכן להיכנס למשחק.
|
GCKPlayerStateIdle |
השחקן מחובר למקלט, נמצא במשחק ולא פעיל.
|
GCKPlayerStatePlaying |
השחקן מחובר למקלט, נמצא במשחק ומשחק באופן פעיל.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 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."]]],[]]