IINSearchForMessagesIntentHandling Interface

Definition

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

[Foundation.Protocol(Name="INSearchForMessagesIntentHandling", WrapperType=typeof(Intents.INSearchForMessagesIntentHandlingWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, 0, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IINSearchForMessagesIntentHandling : IDisposable, ObjCRuntime.INativeObject
type IINSearchForMessagesIntentHandling = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

HandleSearchForMessages(INSearchForMessagesIntent, Action<INSearchForMessagesIntentResponse>)

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

Extension Methods

ConfirmSearchForMessages(IINSearchForMessagesIntentHandling, INSearchForMessagesIntent, Action<INSearchForMessagesIntentResponse>)

Developers may override this method to customize the confirmation of a message search.

ResolveAttributes(IINSearchForMessagesIntentHandling, INSearchForMessagesIntent, Action<INMessageAttributeOptionsResolutionResult>)

Developers may override this method to customize the resolution of attributes in the search.

ResolveDateTimeRange(IINSearchForMessagesIntentHandling, INSearchForMessagesIntent, Action<INDateComponentsRangeResolutionResult>)

Developers may override this method to customize the date range used in the search.

ResolveGroupNames(IINSearchForMessagesIntentHandling, INSearchForMessagesIntent, Action<INStringResolutionResult[]>)

Developers should not use this deprecated method. Developers should use 'ResolveSpeakableGroupNames' instead.

ResolveRecipients(IINSearchForMessagesIntentHandling, INSearchForMessagesIntent, Action<INPersonResolutionResult[]>)

Developers may override this method to customize the resolution of recipients in the message search.

ResolveSenders(IINSearchForMessagesIntentHandling, INSearchForMessagesIntent, Action<INPersonResolutionResult[]>)

Developers may override this method to customize the resolution of senders in the message search.

ResolveSpeakableGroupNames(IINSearchForMessagesIntentHandling, INSearchForMessagesIntent, Action<INSpeakableStringResolutionResult[]>)

Developers may override this method to customize the resolution of speakable names for the groups that were named as recipients.

Applies to