<GCKRequestApproval> 通訊協定參考資料
總覽
GCKRequest 委派通訊協定。
- 開始時間
- 3.0
繼承 <NSObjectNSObject>。
執行個體方法摘要 | |
(void) | - requestDidComplete: |
要求順利完成時,會呼叫此方法。更多... | |
(void) | - request:didFailWithError: |
要求失敗時會呼叫此方法。更多... | |
(void) | - request:didAbortWithReason: |
在不再追蹤要求時呼叫。更多... | |
方法詳細資料
|
optional |
要求順利完成時,會呼叫此方法。
- Parameters
-
request The request.
|
optional |
要求失敗時會呼叫此方法。
- Parameters
-
request The request. error The error describing the failure.
|
optional |
在不再追蹤要求時呼叫。
並不保證要求成功或失敗。
- Parameters
-
request The request. abortReason The reason why the request is no longer being tracked.