Condividi tramite


IINRequestRideIntentHandling.HandleRequestRide Metodo

Definizione

Gli sviluppatori devono eseguire l'override di questo metodo e richiamare il T con un INRequestRideIntentResponse oggetto appropriato per .INRequestRideIntentintent

[Foundation.Export("handleRequestRide:completion:")]
[Foundation.Preserve(Conditional=true)]
public void HandleRequestRide (Intents.INRequestRideIntent intent, Action<Intents.INRequestRideIntentResponse> completion);
abstract member HandleRequestRide : Intents.INRequestRideIntent * Action<Intents.INRequestRideIntentResponse> -> unit

Parametri

intent
INRequestRideIntent

Specifica l'intenzione dell'utente.

completion
Action<INRequestRideIntentResponse>

Metodo di completamento che deve essere chiamato dall'override.

Attributi

Si applica a