Condividi tramite


IINAppendToNoteIntentHandling Interfaccia

Definizione

L'interfaccia che definisce il metodo del gestore che, quando implementato, deve chiamare completion con un INAppendToNoteIntentResponse oggetto appropriato a 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
Derivato
Attributi
Implementazioni

Proprietà

Handle

Gestire (puntatore) alla rappresentazione dell'oggetto non gestita.

(Ereditato da INativeObject)

Metodi

HandleAppendToNote(INAppendToNoteIntent, Action<INAppendToNoteIntentResponse>)

Gli sviluppatori devono eseguire l'override di questo metodo e richiamare il T con un INAppendToNoteIntentResponse oggetto appropriato per .INAppendToNoteIntentintent

Metodi di estensione

Confirm(IINAppendToNoteIntentHandling, INAppendToNoteIntent, Action<INAppendToNoteIntentResponse>)

Gli sviluppatori possono implementare questo metodo per verificare se le risorse locali e remote sono pronte per aggiungere alla nota.

ResolveContentForAppend(IINAppendToNoteIntentHandling, INAppendToNoteIntent, Action<INNoteContentResolutionResult>)

Gli sviluppatori possono implementare questo metodo per personalizzare la risoluzione del contenuto da aggiungere.

ResolveTargetNoteForAppend(IINAppendToNoteIntentHandling, INAppendToNoteIntent, Action<INNoteResolutionResult>)

Gli sviluppatori possono implementare questo metodo per personalizzare la risoluzione della nota di destinazione.

Si applica a