<GCKRequestDelegate> Protokol

Referensi Protokol <GCKRequestDelegate>

Ringkasan

Protokol delegasi GCKRequest.

Sejak
3,0

Mewarisi <NSObjectNSObject>.

Ringkasan Metode Instance

(void) - requestDidComplete:
 Dipanggil saat permintaan berhasil diselesaikan. Lainnya...
 
(void) - request:didFailWithError:
 Dipanggil saat permintaan gagal. Lainnya...
 
(void) - request:didAbortWithReason:
 Dipanggil saat permintaan tidak lagi dilacak. Lainnya...
 

Detail Metode

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

Dipanggil saat permintaan berhasil diselesaikan.

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

Dipanggil saat permintaan gagal.

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

Dipanggil saat permintaan tidak lagi dilacak.

Tidak menjamin permintaan tersebut berhasil atau gagal.

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