IINCreateNoteIntentHandling 接口

定义

接口定义处理程序方法,实现时,必须使用completionINCreateNoteIntentResponse适当的 调用 。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>)

开发人员必须重写此方法,并使用 相应的 INCreateNoteIntentintent调用 T:System.Action'1INCreateNoteIntentResponse

扩展方法

Confirm(IINCreateNoteIntentHandling, INCreateNoteIntent, Action<INCreateNoteIntentResponse>)

开发人员可以实施此方法来确认本地和远程资源是否已准备好创建注释。

ResolveContent(IINCreateNoteIntentHandling, INCreateNoteIntent, Action<INNoteContentResolutionResult>)

开发人员可以实现此方法来解析笔记的内容。

ResolveGroupName(IINCreateNoteIntentHandling, INCreateNoteIntent, Action<INSpeakableStringResolutionResult>)

开发人员可以实现此方法来自定义笔记组名称的解析。

ResolveTitle(IINCreateNoteIntentHandling, INCreateNoteIntent, Action<INSpeakableStringResolutionResult>)

开发人员可以实现此方法来自定义笔记标题的分辨率。

适用于