IINMessagesDomainHandling Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interface combining several interfaces related to various Message-related intents.
[Foundation.Protocol(Name="INMessagesDomainHandling", WrapperType=typeof(Intents.INMessagesDomainHandlingWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IINMessagesDomainHandling : IDisposable, Intents.IINSearchForMessagesIntentHandling, Intents.IINSendMessageIntentHandling, Intents.IINSetMessageAttributeIntentHandling
type IINMessagesDomainHandling = interface
interface INativeObject
interface IDisposable
interface IINSearchForMessagesIntentHandling
interface IINSendMessageIntentHandling
interface IINSetMessageAttributeIntentHandling
- 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 |
HandleSendMessage(INSendMessageIntent, Action<INSendMessageIntentResponse>) |
Developers must override this method and invoke the T:System.Action`1 with an INSendMessageIntentResponse appropriate to the INSendMessageIntent |
HandleSetMessageAttribute(INSetMessageAttributeIntent, Action<INSetMessageAttributeIntentResponse>) |
Developers must override this method and invoke the T:System.Action`1 with an INSetMessageAttributeIntentResponse appropriate to the INSetMessageAttributeIntent |