Freigeben über


IINAppendToNoteIntentHandling Schnittstelle

Definition

Schnittstelle, die die Handlermethode definiert, die bei der Implementierung mit einer INAppendToNoteIntentResponseargfür aufrufen completion muss.

[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
Abgeleitet
Attribute
Implementiert

Eigenschaften

Handle

Handle (Zeiger) auf die Darstellung des nicht verwalteten Objekts.

(Geerbt von INativeObject)

Methoden

HandleAppendToNote(INAppendToNoteIntent, Action<INAppendToNoteIntentResponse>)

Entwickler müssen diese Methode überschreiben und T T:System.Action'1 mit einem INAppendToNoteIntentResponse aufrufen, das INAppendToNoteIntentintentdem entspricht.

Erweiterungsmethoden

Confirm(IINAppendToNoteIntentHandling, INAppendToNoteIntent, Action<INAppendToNoteIntentResponse>)

Entwickler können diese Methode implementieren, um zu überprüfen, ob lokale und Remoteressourcen bereit sind, die Notiz anzufügen.

ResolveContentForAppend(IINAppendToNoteIntentHandling, INAppendToNoteIntent, Action<INNoteContentResolutionResult>)

Entwickler können diese Methode implementieren, um die Auflösung des anzufügenden Inhalts anzupassen.

ResolveTargetNoteForAppend(IINAppendToNoteIntentHandling, INAppendToNoteIntent, Action<INNoteResolutionResult>)

Entwickler können diese Methode implementieren, um die Auflösung der Zielnotiz anzupassen.

Gilt für: