Protokol <GCKRequestDelegate>

Referensi Protokol <GCKRequestDelegate>

Ringkasan

Protokol delegasi GCKRequest.

Since
3,0

Mewarisi <NSObjectNSObject>.

Ringkasan Metode Instance

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

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.

Hal ini tidak menjamin bahwa permintaan berhasil atau gagal.

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