Compartir a través de


IINAddTasksIntentHandling.HandleAddTasks Método

Definición

Los desarrolladores deben invalidar este método e invocar TSystem.Action'1 con un INAddTasksIntentResponse adecuado para .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 la intención del usuario.

completion
Action<INAddTasksIntentResponse>

Método de finalización al que debe llamar la invalidación.

Atributos

Se aplica a