Протокол <GCKGameManagerChannelDelegate>
Протокол делегата GCKGameManagerChannel .
- Deprecated:
- Game Manager API больше не поддерживается и будет удален в будущем выпуске.
Наследует <GCKCastChannelNSObject>.
Вызывается при изменении состояния Game Manager.
- Parameters
-
gameManagerChannel | The affected GCKGameManagerChannel . |
currentState | The current state. |
previousState | The previous state. |
- (void) gameManagerChannel: |
|
( GCKGameManagerChannel *) |
gameManagerChannel |
didReceiveGameMessage: |
|
(id) |
gameMessage |
forPlayerID: |
|
(NSString *) |
playerID |
|
|
| |
Вызывается, когда получатель отправляет игровое сообщение для определенного игрока.
- Parameters
-
gameManagerChannel | The affected GCKGameManagerChannel . |
gameMessage | The game message sent by the receiver. |
playerID | The player ID associated with the game message. |
Вызывается, когда запрос игрока или запрос игры был успешным.
- Parameters
-
gameManagerChannel | The affected GCKGameManagerChannel . |
requestID | The request ID that failed. This is the ID returned when the request was made. |
result | The GCKGameManagerResult returned as part of this request response. |
- (void) gameManagerChannel: |
|
( GCKGameManagerChannel *) |
gameManagerChannel |
requestDidFailWithID: |
|
(NSInteger) |
requestID |
error: |
|
( GCKError *) |
error |
|
|
| |
Вызывается при сбое запроса игрока или игрового запроса.
- Parameters
-
gameManagerChannel | The affected GCKGameManagerChannel . |
requestID | The request ID that failed. This is the ID returned when the request was made. |
error | The error describing the failure. |
Вызывается, когда Game Manager получателя успешно подключается и мы готовы взаимодействовать с ним.
- Parameters
-
Вызывается, когда Game Manager получателя обнаруживает ошибку во время соединения.
- Parameters
-
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2022-12-05 UTC.
[null,null,["Последнее обновление: 2022-12-05 UTC."],[[["The `GCKGameManagerChannelDelegate` protocol handles communication between your iOS app and the receiver's Game Manager."],["This protocol is deprecated and will be removed in a future release; the Game Manager API is no longer supported."],["Delegate methods are called when the Game Manager state changes, game messages are received, requests succeed or fail, and during connection events."],["Key functionalities include managing game state, sending and receiving game messages, and handling requests and responses."],["Developers should migrate away from this API to avoid future compatibility issues."]]],[]]