Condividi tramite


IINCancelRideIntentHandling.HandleCancelRide Metodo

Definizione

Gli sviluppatori devono eseguire l'override di questo metodo e richiamare :System.Action'1 con un INCancelRideIntentResponse oggetto appropriato per .INCancelRideIntentintent

[Foundation.Export("handleCancelRide:completion:")]
[Foundation.Preserve(Conditional=true)]
public void HandleCancelRide (Intents.INCancelRideIntent intent, Action<Intents.INCancelRideIntentResponse> completion);
abstract member HandleCancelRide : Intents.INCancelRideIntent * Action<Intents.INCancelRideIntentResponse> -> unit

Parametri

intent
INCancelRideIntent

Specifica l'intenzione dell'utente.

completion
Action<INCancelRideIntentResponse>

Metodo di completamento che deve essere chiamato dall'override.

Attributi

Si applica a