Partager via


IINAppendToNoteIntentHandling Interface

Définition

Interface définissant la méthode de gestionnaire qui, en cas d’implémentation, doit appeler completion avec un INAppendToNoteIntentResponse approprié à 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
Dérivé
Attributs
Implémente

Propriétés

Handle

Handle (pointeur) vers la représentation d’objet non managée.

(Hérité de INativeObject)

Méthodes

HandleAppendToNote(INAppendToNoteIntent, Action<INAppendToNoteIntentResponse>)

Les développeurs doivent remplacer cette méthode et appeler T:System.Action'1 par un INAppendToNoteIntentResponse approprié à .INAppendToNoteIntentintent

Méthodes d’extension

Confirm(IINAppendToNoteIntentHandling, INAppendToNoteIntent, Action<INAppendToNoteIntentResponse>)

Les développeurs peuvent implémenter cette méthode pour vérifier si les ressources locales et distantes sont prêtes à être ajoutées à la note.

ResolveContentForAppend(IINAppendToNoteIntentHandling, INAppendToNoteIntent, Action<INNoteContentResolutionResult>)

Les développeurs peuvent implémenter cette méthode pour personnaliser la résolution du contenu à ajouter.

ResolveTargetNoteForAppend(IINAppendToNoteIntentHandling, INAppendToNoteIntent, Action<INNoteResolutionResult>)

Les développeurs peuvent implémenter cette méthode pour personnaliser la résolution de la note cible.

S’applique à