Compartilhar via


IINAddTasksIntentHandling.HandleAddTasks Método

Definição

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

[Foundation.Export("handleAddTasks:completion:")]
[Foundation.Preserve(Conditional=true)]
public void HandleAddTasks (Intents.INAddTasksIntent intent, Action<Intents.INAddTasksIntentResponse> completion);
abstract member HandleAddTasks : Intents.INAddTasksIntent * Action<Intents.INAddTasksIntentResponse> -> unit

Parâmetros

intent
INAddTasksIntent

Especifica a intenção do usuário.

completion
Action<INAddTasksIntentResponse>

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

Atributos

Aplica-se a