IINCreateNoteIntentHandling インターフェイス

定義

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

[Foundation.Protocol(Name="INCreateNoteIntentHandling", WrapperType=typeof(Intents.INCreateNoteIntentHandlingWrapper))]
[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 IINCreateNoteIntentHandling : IDisposable, ObjCRuntime.INativeObject
type IINCreateNoteIntentHandling = interface
    interface INativeObject
    interface IDisposable
派生
属性
実装

プロパティ

Handle

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

(継承元 INativeObject)

メソッド

HandleCreateNote(INCreateNoteIntent, Action<INCreateNoteIntentResponse>)

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

拡張メソッド

Confirm(IINCreateNoteIntentHandling, INCreateNoteIntent, Action<INCreateNoteIntentResponse>)

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

ResolveContent(IINCreateNoteIntentHandling, INCreateNoteIntent, Action<INNoteContentResolutionResult>)

開発者は、メモの内容を解決するためにこのメソッドを実装できます。

ResolveGroupName(IINCreateNoteIntentHandling, INCreateNoteIntent, Action<INSpeakableStringResolutionResult>)

開発者は、このメソッドを実装して、メモのグループ名の解決をカスタマイズできます。

ResolveTitle(IINCreateNoteIntentHandling, INCreateNoteIntent, Action<INSpeakableStringResolutionResult>)

開発者は、このメソッドを実装して、メモのタイトルの解像度をカスタマイズできます。

適用対象