IINAppendToNoteIntentHandling インターフェイス

定義

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

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

プロパティ

Handle

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

(継承元 INativeObject)

メソッド

HandleAppendToNote(INAppendToNoteIntent, Action<INAppendToNoteIntentResponse>)

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

拡張メソッド

Confirm(IINAppendToNoteIntentHandling, INAppendToNoteIntent, Action<INAppendToNoteIntentResponse>)

開発者は、このメソッドを実装して、ローカル リソースとリモート リソースをメモに追加する準備ができているかどうかを確認できます。

ResolveContentForAppend(IINAppendToNoteIntentHandling, INAppendToNoteIntent, Action<INNoteContentResolutionResult>)

開発者は、追加するコンテンツの解決をカスタマイズするために、このメソッドを実装できます。

ResolveTargetNoteForAppend(IINAppendToNoteIntentHandling, INAppendToNoteIntent, Action<INNoteResolutionResult>)

開発者は、このメソッドを実装して、ターゲット ノートの解決をカスタマイズできます。

適用対象