共用方式為


IINSendMessageIntentHandling 介面

定義

定義處理常式方法的介面,實作時,必須使用 適當的 來 arg 呼叫 INSendMessageIntentResponsecompletion

[Foundation.Protocol(Name="INSendMessageIntentHandling", WrapperType=typeof(Intents.INSendMessageIntentHandlingWrapper))]
[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 IINSendMessageIntentHandling : IDisposable, ObjCRuntime.INativeObject
type IINSendMessageIntentHandling = interface
    interface INativeObject
    interface IDisposable
衍生
屬性
實作

屬性

Handle

處理 unmanaged 物件標記法) (指標。

(繼承來源 INativeObject)

方法

HandleSendMessage(INSendMessageIntent, Action<INSendMessageIntentResponse>)

開發人員必須覆寫這個方法,並使用 適當的 INSendMessageIntent 來叫用 INSendMessageIntentResponse T:System.Action'1intent

擴充方法

ConfirmSendMessage(IINSendMessageIntentHandling, INSendMessageIntent, Action<INSendMessageIntentResponse>)

開發人員可以覆寫這個方法來自訂確認以傳送訊息。

ResolveContent(IINSendMessageIntentHandling, INSendMessageIntent, Action<INStringResolutionResult>)

開發人員可以覆寫這個方法來自訂訊息內容的解析。

ResolveGroupName(IINSendMessageIntentHandling, INSendMessageIntent, Action<INStringResolutionResult>)

開發人員不應該使用此已被取代的方法。 開發人員應該改用 'ResolveSpeakableGroupName'。

ResolveRecipients(IINSendMessageIntentHandling, INSendMessageIntent, Action<INPersonResolutionResult[]>)

開發人員可以實作這個方法來自訂郵件收件者的解決方式。

ResolveRecipients(IINSendMessageIntentHandling, INSendMessageIntent, Action<INSendMessageRecipientResolutionResult[]>)

開發人員可以實作這個方法來自訂郵件收件者的解決方式。

ResolveSpeakableGroupName(IINSendMessageIntentHandling, INSendMessageIntent, Action<INSpeakableStringResolutionResult>)

開發人員可以實作這個方法來自訂可讀組名的解析。

適用於