Condividi tramite


IINListRideOptionsIntentHandling.HandleListRideOptions Metodo

Definizione

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

[Foundation.Export("handleListRideOptions:completion:")]
[Foundation.Preserve(Conditional=true)]
public void HandleListRideOptions (Intents.INListRideOptionsIntent intent, Action<Intents.INListRideOptionsIntentResponse> completion);
abstract member HandleListRideOptions : Intents.INListRideOptionsIntent * Action<Intents.INListRideOptionsIntentResponse> -> unit

Parametri

intent
INListRideOptionsIntent

Specifica l'intenzione dell'utente.

completion
Action<INListRideOptionsIntentResponse>

Metodo di completamento che deve essere chiamato dall'override.

Attributi

Si applica a