Compartir a través de


IINCreateNoteIntentHandling Interfaz

Definición

Interfaz que define el método de controlador que, cuando se implementa, debe llamar a completion con un INCreateNoteIntentResponse adecuado para arg.

[Foundation.Protocol(Name="INCreateNoteIntentHandling", WrapperType=typeof(Intents.INCreateNoteIntentHandlingWrapper))]
[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 IINCreateNoteIntentHandling : IDisposable, ObjCRuntime.INativeObject
type IINCreateNoteIntentHandling = interface
    interface INativeObject
    interface IDisposable
Derivado
Atributos
Implementaciones

Propiedades

Handle

Identificador (puntero) a la representación del objeto no administrado.

(Heredado de INativeObject)

Métodos

HandleCreateNote(INCreateNoteIntent, Action<INCreateNoteIntentResponse>)

Los desarrolladores deben invalidar este método e invocar System.Action'1 con un INCreateNoteIntentResponse adecuado para .INCreateNoteIntentintent

Métodos de extensión

Confirm(IINCreateNoteIntentHandling, INCreateNoteIntent, Action<INCreateNoteIntentResponse>)

Los desarrolladores pueden implementar este método para confirmar si los recursos locales y remotos están listos para crear la nota.

ResolveContent(IINCreateNoteIntentHandling, INCreateNoteIntent, Action<INNoteContentResolutionResult>)

Los desarrolladores pueden implementar este método para resolver el contenido de una nota.

ResolveGroupName(IINCreateNoteIntentHandling, INCreateNoteIntent, Action<INSpeakableStringResolutionResult>)

Los desarrolladores pueden implementar este método para personalizar la resolución del nombre del grupo de una nota.

ResolveTitle(IINCreateNoteIntentHandling, INCreateNoteIntent, Action<INSpeakableStringResolutionResult>)

Los desarrolladores pueden implementar este método para personalizar la resolución del título de una nota.

Se aplica a