IINCreateTaskListIntentHandling Interface

Definition

Interface defining handler method that, when implemented, must call completion with an INAddTasksIntentResponse appropriate to arg.

[Foundation.Protocol(Name="INCreateTaskListIntentHandling", WrapperType=typeof(Intents.INCreateTaskListIntentHandlingWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IINCreateTaskListIntentHandling : IDisposable, ObjCRuntime.INativeObject
type IINCreateTaskListIntentHandling = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

HandleCreateTaskList(INCreateTaskListIntent, Action<INCreateTaskListIntentResponse>)

Developers must override this method and invoke the T:System.Action`1 with an INAddTasksIntentResponse appropriate to the INAddTasksIntent intent.

Extension Methods

Confirm(IINCreateTaskListIntentHandling, INCreateTaskListIntent, Action<INCreateTaskListIntentResponse>)

Developers may implement this method to confirm whether local and remote resources are ready to create the task.

ResolveGroupName(IINCreateTaskListIntentHandling, INCreateTaskListIntent, Action<INSpeakableStringResolutionResult>)

Developers may implement this method to customize resolution of a task list's group name.

ResolveTaskTitles(IINCreateTaskListIntentHandling, INCreateTaskListIntent, Action<INSpeakableStringResolutionResult[]>)

Developers may implement this method to customize resolution of a task list's task titles.

ResolveTitle(IINCreateTaskListIntentHandling, INCreateTaskListIntent, Action<INSpeakableStringResolutionResult>)

Developers may implement this method to customize resolution of a task list's title.

Applies to