Giao thức <GCKRequestDelegate>

Tham chiếu giao thức <GCKRequestDelegate>

Tổng quan

Giao thức uỷ quyền GCKRequest.

Since
3.0

Kế thừa <NSObjectNSObject>.

Tóm tắt phương thức của thực thể

(void) - requestDidComplete:
 Được gọi khi yêu cầu đã hoàn tất thành công. Thêm...
 
(void) - request:didFailWithError:
 Được gọi khi yêu cầu không thành công. Thêm...
 
(void) - request:didAbortWithReason:
 Được gọi khi yêu cầu không còn được theo dõi nữa. Thêm...
 

Chi tiết phương thức

- (void) requestDidComplete: (GCKRequest *)  request
optional

Được gọi khi yêu cầu đã hoàn tất thành công.

Parameters
requestThe request.
- (void) request: (GCKRequest *)  request
didFailWithError: (GCKError *)  error 
optional

Được gọi khi yêu cầu không thành công.

Parameters
requestThe request.
errorThe error describing the failure.
- (void) request: (GCKRequest *)  request
didAbortWithReason: (GCKRequestAbortReason)  abortReason 
optional

Được gọi khi yêu cầu không còn được theo dõi nữa.

Nó không đảm bảo rằng yêu cầu đã thành công hoặc không thành công.

Parameters
requestThe request.
abortReasonThe reason why the request is no longer being tracked.