<GCKRequestDelegate> প্রোটোকল
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
GCKRequest প্রতিনিধি প্রোটোকল।
- থেকে
- 3.0
উত্তরাধিকারসূত্রে <NSObjectNSObject>।
- (void) requestDidComplete: |
|
( GCKRequest *) |
request |
|
|
optional |
অনুরোধ সফলভাবে সম্পন্ন হলে কল করা হয়।
- Parameters
-
অনুরোধ ব্যর্থ হলে কল করা হয়।
- Parameters
-
request | The request. |
error | The error describing the failure. |
- (void) request: |
|
( GCKRequest *) |
request |
didAbortWithReason: |
|
(GCKRequestAbortReason) |
abortReason |
|
|
| |
|
optional |
যখন অনুরোধ আর ট্র্যাক করা হচ্ছে না তখন কল করা হয়।
এটি নিশ্চিত করে না যে অনুরোধটি সফল হয়েছে বা ব্যর্থ হয়েছে৷
- Parameters
-
request | The request. |
abortReason | The reason why the request is no longer being tracked. |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-10-30 UTC-তে শেষবার আপডেট করা হয়েছে।
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2024-10-30 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["The `GCKRequestDelegate` protocol defines methods to handle the lifecycle of a `GCKRequest`."],["It includes methods to notify the delegate when a request completes successfully, fails, or is aborted."],["Delegate methods provide information about the request and any errors or reasons for abortion."],["This protocol is essential for tracking the status of asynchronous requests made using the Google Cast SDK."]]],[]]