Compartilhar via


IINListRideOptionsIntentHandling.HandleListRideOptions Método

Definição

Os desenvolvedores devem substituir esse método e invocar o T:System.Action'1 com um INListRideOptionsIntentResponse apropriado para o 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

Parâmetros

intent
INListRideOptionsIntent

Especifica a intenção do usuário.

completion
Action<INListRideOptionsIntentResponse>

Método de conclusão que deve ser chamado pela substituição.

Atributos

Aplica-se a