Protocollo <GCKRequestDelega>
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Il protocollo delegato GCKRequest.
- Dal
- 3,0
Eredita <NSObjectNSObject>.
- (void) requestDidComplete: |
|
(GCKRequest *) |
request |
|
|
optional |
Chiamato quando la richiesta è stata completata correttamente.
- Parameters
-
Chiamato quando la richiesta non è andata a buon fine.
- Parameters
-
request | The request. |
error | The error describing the failure. |
- (void) request: |
|
(GCKRequest *) |
request |
didAbortWithReason: |
|
(GCKRequestAbortReason) |
abortReason |
|
|
| |
|
optional |
Richiamato quando la richiesta non viene più monitorata.
Non garantisce l'esito positivo o negativo della richiesta.
- Parameters
-
request | The request. |
abortReason | The reason why the request is no longer being tracked. |
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2023-12-01 UTC.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2023-12-01 UTC."],[[["The `GCKRequestDelegate` protocol defines methods to handle the lifecycle of a `GCKRequest`."],["It includes methods to notify the delegate when a request completes successfully, fails, or is aborted."],["Delegate methods provide information about the request and any errors or reasons for abortion."],["This protocol is essential for tracking the status of asynchronous requests made using the Google Cast SDK."]]],[]]