IINAppendToNoteIntentHandling 接口

定义

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

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

扩展方法

Confirm(IINAppendToNoteIntentHandling, INAppendToNoteIntent, Action<INAppendToNoteIntentResponse>)

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

ResolveContentForAppend(IINAppendToNoteIntentHandling, INAppendToNoteIntent, Action<INNoteContentResolutionResult>)

开发人员可以实现此方法来自定义要追加的内容的解析。

ResolveTargetNoteForAppend(IINAppendToNoteIntentHandling, INAppendToNoteIntent, Action<INNoteResolutionResult>)

开发人员可以实现此方法来自定义目标注释的解析。

适用于