<GCKRequestDelegate> 协议参考
概览
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.