IINSearchForNotebookItemsIntentHandling Interface

Definition

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

[Foundation.Protocol(Name="INSearchForNotebookItemsIntentHandling", WrapperType=typeof(Intents.INSearchForNotebookItemsIntentHandlingWrapper))]
[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 IINSearchForNotebookItemsIntentHandling : IDisposable, ObjCRuntime.INativeObject
type IINSearchForNotebookItemsIntentHandling = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

HandleSearchForNotebookItems(INSearchForNotebookItemsIntent, Action<INSearchForNotebookItemsIntentResponse>)

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

Extension Methods

Confirm(IINSearchForNotebookItemsIntentHandling, INSearchForNotebookItemsIntent, Action<INSearchForNotebookItemsIntentResponse>)

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

ResolveContent(IINSearchForNotebookItemsIntentHandling, INSearchForNotebookItemsIntent, Action<INStringResolutionResult>)

Developers may implement this method to customize resolution of the search string.

ResolveDateSearchType(IINSearchForNotebookItemsIntentHandling, INSearchForNotebookItemsIntent, Action<INDateSearchTypeResolutionResult>)

Developers may implement this method to customize resolution of the date type.

ResolveDateTime(IINSearchForNotebookItemsIntentHandling, INSearchForNotebookItemsIntent, Action<INDateComponentsRangeResolutionResult>)

Developers may implement this method to customize resolution of the search time and date.

ResolveItemType(IINSearchForNotebookItemsIntentHandling, INSearchForNotebookItemsIntent, Action<INNotebookItemTypeResolutionResult>)

Developers may implement this method to customize resolution of the type of items to search for.

ResolveLocation(IINSearchForNotebookItemsIntentHandling, INSearchForNotebookItemsIntent, Action<INPlacemarkResolutionResult>)

Developers may implement this method to customize resolution of the location of a location-based search.

ResolveLocationSearchType(IINSearchForNotebookItemsIntentHandling, INSearchForNotebookItemsIntent, Action<INLocationSearchTypeResolutionResult>)

Developers may implement this method to customize resolution of the location search type.

ResolveStatus(IINSearchForNotebookItemsIntentHandling, INSearchForNotebookItemsIntent, Action<INTaskStatusResolutionResult>)

Developers may implement this method to customize resolution of the search status.

ResolveTitle(IINSearchForNotebookItemsIntentHandling, INSearchForNotebookItemsIntent, Action<INSpeakableStringResolutionResult>)

Developers may implement this method to customize resolution of the title to search for.

Applies to