IINAppendToNoteIntentHandling Interface

Definition

Interface defining handler method that, when implemented, must call completion with an INAppendToNoteIntentResponse appropriate to 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
Derived
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

HandleAppendToNote(INAppendToNoteIntent, Action<INAppendToNoteIntentResponse>)

Developers must override this method and invoke the T:System.Action`1 with an INAppendToNoteIntentResponse appropriate to the INAppendToNoteIntent intent.

Extension Methods

Confirm(IINAppendToNoteIntentHandling, INAppendToNoteIntent, Action<INAppendToNoteIntentResponse>)

Developers may implement this method to confirm whether local and remote resources are ready to append to the note.

ResolveContentForAppend(IINAppendToNoteIntentHandling, INAppendToNoteIntent, Action<INNoteContentResolutionResult>)

Developers may implement this method to customize resolution of the content to append.

ResolveTargetNoteForAppend(IINAppendToNoteIntentHandling, INAppendToNoteIntent, Action<INNoteResolutionResult>)

Developers may implement this method to customize resolution of the target note.

Applies to