<GCKGameManagerChannelDelegate> প্রোটোকল
GCKGameManagerChannel প্রতিনিধি প্রোটোকল।
- Deprecated:
- গেম ম্যানেজার API আর সমর্থিত নয় এবং ভবিষ্যতে রিলিজে সরিয়ে দেওয়া হবে।
<GCKCastChannelNSObject> ইনহেরিট করে।
গেম ম্যানেজার স্টেট পরিবর্তিত হলে কল করা হয়।
- 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. |
যখন রিসিভারের গেম ম্যানেজার সফলভাবে সংযোগ করে এবং আমরা এটির সাথে যোগাযোগ করতে প্রস্তুত থাকি তখন কল করা হয়।
- Parameters
-
রিসিভারের গেম ম্যানেজার সংযোগের সময় একটি ত্রুটির সম্মুখীন হলে কল করা হয়।
- Parameters
-
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। 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."]]],[]]