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 |