<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.