Compartir a través de


IINCancelRideIntentHandling.HandleCancelRide Método

Definición

Los desarrolladores deben invalidar este método e invocar TSystem.Action'1 con un INCancelRideIntentResponse adecuado para .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

Parámetros

intent
INCancelRideIntent

Especifica la intención del usuario.

completion
Action<INCancelRideIntentResponse>

Método de finalización al que debe llamar la invalidación.

Atributos

Se aplica a