<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, now deprecated, handled game control operations. Key actions include monitoring game state changes, receiving game messages for specific players, and managing player or game request outcomes. The delegate is informed when requests succeed, providing the result, or fail, with an error. Additionally, it handles connection status, indicating when a connection is established or when a connection fails. These methods are called upon events that relate to Game Manager interactions.\n"],null,[]]