<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. |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-12-01 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"]],["最終更新日 2023-12-01 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."]]],[]]