IINSetMessageAttributeIntentHandling インターフェイス

定義

実装時に、 に適切な を使用して を呼び出す completion 必要があるハンドラー メソッドを INSetMessageAttributeIntentResponse 定義する argインターフェイス。

[Foundation.Protocol(Name="INSetMessageAttributeIntentHandling", WrapperType=typeof(Intents.INSetMessageAttributeIntentHandlingWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IINSetMessageAttributeIntentHandling : IDisposable, ObjCRuntime.INativeObject
type IINSetMessageAttributeIntentHandling = interface
    interface INativeObject
    interface IDisposable
派生
属性
実装

プロパティ

Handle

アンマネージ オブジェクト表現へのハンドル (ポインター)。

(継承元 INativeObject)

メソッド

HandleSetMessageAttribute(INSetMessageAttributeIntent, Action<INSetMessageAttributeIntentResponse>)

開発者は、このメソッドをオーバーライドし、適切な を使用して T:System.Action'1INSetMessageAttributeIntentResponseINSetMessageAttributeIntentintent呼び出す必要があります。

拡張メソッド

ConfirmSetMessageAttribute(IINSetMessageAttributeIntentHandling, INSetMessageAttributeIntent, Action<INSetMessageAttributeIntentResponse>)

開発者は、このメソッドをオーバーライドして、メッセージ属性の設定の確認をカスタマイズできます。

ResolveAttribute(IINSetMessageAttributeIntentHandling, INSetMessageAttributeIntent, Action<INMessageAttributeResolutionResult>)

開発者は、このメソッドをオーバーライドして、メッセージ属性の解決をカスタマイズできます。

適用対象