Compartilhar via


IINSendRideFeedbackIntentHandling.HandleSendRideFeedback Método

Definição

Os desenvolvedores devem substituir esse método e invocar o T:System.Action'1 com um INSendRideFeedbackIntentResponse apropriado para o INSendRideFeedbackIntentsendRideFeedbackintent.

[Foundation.Export("handleSendRideFeedback:completion:")]
[Foundation.Preserve(Conditional=true)]
public void HandleSendRideFeedback (Intents.INSendRideFeedbackIntent sendRideFeedbackintent, Action<Intents.INSendRideFeedbackIntentResponse> completion);
abstract member HandleSendRideFeedback : Intents.INSendRideFeedbackIntent * Action<Intents.INSendRideFeedbackIntentResponse> -> unit

Parâmetros

sendRideFeedbackintent
INSendRideFeedbackIntent

Especifica a intenção do usuário.

completion
Action<INSendRideFeedbackIntentResponse>

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

Atributos

Aplica-se a