<GCKRequestDelegate> প্রোটোকল

<GCKRequestDelegate> প্রোটোকল রেফারেন্স

ওভারভিউ

GCKRequest প্রতিনিধি প্রোটোকল।

থেকে
3.0

উত্তরাধিকারসূত্রে <NSObjectNSObject>।

উদাহরণ পদ্ধতির সারাংশ

(void) - requestDidComplete:
অনুরোধ সফলভাবে সম্পন্ন হলে কল করা হয়। আরও...
(void) - request:didFailWithError:
অনুরোধ ব্যর্থ হলে কল করা হয়। আরও...
(void) - request:didAbortWithReason:
যখন অনুরোধ আর ট্র্যাক করা হচ্ছে না তখন কল করা হয়। আরও...

পদ্ধতির বিস্তারিত

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

অনুরোধ সফলভাবে সম্পন্ন হলে কল করা হয়।

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

অনুরোধ ব্যর্থ হলে কল করা হয়।

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

যখন অনুরোধ আর ট্র্যাক করা হচ্ছে না তখন কল করা হয়।

এটি নিশ্চিত করে না যে অনুরোধটি সফল হয়েছে বা ব্যর্থ হয়েছে৷

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