כיתת GCKGameManagerState
ייצוג של מצב מנהל המשחקים שפועל במכשיר המקבל.
- Deprecated:
- ה-Game Manager API לא נתמך יותר ויוסר בגרסה עתידית.
עוברת בירושה את NSObject.
מחזירה את ה-GCKPlayerInfo עבור מזהה הנגן שצוין או את nil
אם הנגן לא קיים.
- Parameters
-
מחזירה רשימה של שחקנים במצב הנגן שצוין.
- Parameters
-
playerState | The player state. |
הפונקציה הזו מחזירה את השגיאה אם מצב בלובי שונה מהאובייקט הזה למצב שצוין במנהל המשחקים.
- Parameters
-
otherState | The game manager state to compare to. |
הפונקציה הזו מחזירה את החסימה של מצב המשחק בין האובייקט הזה לבין המצב שצוין עבור מנהל המשחק.
- Parameters
-
otherState | The game manager state to compare to. |
הפונקציה מחזירה את ההפרש אם נתוני המשחק שונים מהאובייקט הזה לבין המצב שצוין במנהל המשחקים.
- Parameters
-
otherState | The game manager state to compare to. |
פונקציה זו מחזירה אם הטקסט של סטטוס המשחק שונה בין האובייקט הזה לבין המצב שצוין עבור מנהל המשחק.
- Parameters
-
otherState | The game manager state to compare to. |
- (BOOL) hasPlayerChanged: |
|
(NSString *) |
playerId |
otherState: |
|
(GCKGameManagerState *) |
otherState |
|
|
| |
פונקציה זו מחזירה את הבחירה אם הנגן עם מזהה הנגן שצוין השתנה בין האובייקט הזה למצב שצוין במנהל המשחקים.
- Parameters
-
playerId | The player ID. |
otherState | The game manager state to compare to. |
- (BOOL) hasPlayerStateChanged: |
|
(NSString *) |
playerId |
otherState: |
|
(GCKGameManagerState *) |
otherState |
|
|
| |
פונקציה זו מחזירה את האפשרות אם מצב הנגן של הנגן עם מזהה הנגן שצוין השתנה בין האובייקט הזה לבין מצב מנהל המשחק שצוין.
- Parameters
-
playerId | The player ID. |
otherState | The game manager state to compare to. |
- (BOOL) hasPlayerDataChanged: |
|
(NSString *) |
playerId |
otherState: |
|
(GCKGameManagerState *) |
otherState |
|
|
| |
פונקציה זו מחזירה אם נתוני הנגן של הנגן עם מזהה הנגן שצוין השתנו בין האובייקט הזה לבין המצב שצוין עבור מנהל המשחק.
- Parameters
-
playerId | The player ID. |
otherState | The game manager state to compare to. |
מחזירה רשימה של מזהי שחקנים שנבדלים בין האובייקט הזה לבין המצב שצוין במנהל המשחקים.
הנתון הזה כולל שחקנים שנוספו, הוסרו או השתנו באופן כלשהו.
- Parameters
-
otherState | The game manager state to compare to. |
מדינה בלובי.
הערכים החוקיים זמינים ב-GCKLobbyState.
מצב המשחק.
הערכים החוקיים מופיעים ב-GCKGameplayState.
נתונים ספציפיים למשחק.
הוא אובייקט שיכול לעבור סדרתית ל-JSON באמצעות NSJSONSerialization, או nil
.
- (NSString*) gameStatusText |
|
readnonatomiccopy |
רשימת כל השחקנים שנוצרו על ידי מכשיר השולח הזה.
- (NSString*) applicationName |
|
readnonatomiccopy |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2022-12-06 (שעון UTC).
[null,null,["עדכון אחרון: 2022-12-06 (שעון UTC)."],[[["The `GCKGameManagerState` class represents the state of the Game Manager on a receiver device, providing access to lobby, gameplay, and player information."],["This class is deprecated and will be removed in a future release; the Game Manager API is no longer supported."],["It offers methods to retrieve player details, check for changes in game state, and access lists of players."],["Several properties expose data like lobby state, gameplay state, game data, player lists, application name, and maximum player count."],["Developers can use this class to track and react to changes in the game session on the receiver."]]],[]]