<GCKRequestDelegate > Protocol Reference

The GCKRequest delegate protocol. More...

#import <GCKRequest.h>

+ Inheritance diagram for <GCKRequestDelegate >:

Instance Methods

(void) - requestDidComplete:
 Called when the request has successfully completed. More...
 
(void) - request:didFailWithError:
 Called when the request has failed. More...
 
(void) - request:didAbortWithReason:
 Called when the request is no longer being tracked. More...
 

Detailed Description

The GCKRequest delegate protocol.

Since
3.0

Method Documentation

- (void GCKRequestDelegate) request: (GCKRequest *)  request
didAbortWithReason: (GCKRequestAbortReason)  abortReason 
optional

Called when the request is no longer being tracked.

It does not guarantee that the request has succeed or failed.

Parameters
requestThe request.
abortReasonThe reason why the request is no longer being tracked.
- (void GCKRequestDelegate) request: (GCKRequest *)  request
didFailWithError: (GCKError *)  error 
optional

Called when the request has failed.

Parameters
requestThe request.
errorThe error describing the failure.
- (void GCKRequestDelegate) requestDidComplete: (GCKRequest *)  request
optional

Called when the request has successfully completed.

Parameters
requestThe request.

The documentation for this protocol was generated from the following file: