IINSetMessageAttributeIntentHandling Interfaz

Definición

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

[Foundation.Protocol(Name="INSetMessageAttributeIntentHandling", WrapperType=typeof(Intents.INSetMessageAttributeIntentHandlingWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IINSetMessageAttributeIntentHandling : IDisposable, ObjCRuntime.INativeObject
type IINSetMessageAttributeIntentHandling = 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

HandleSetMessageAttribute(INSetMessageAttributeIntent, Action<INSetMessageAttributeIntentResponse>)

Los desarrolladores deben invalidar este método e invocar TSystem.Action'1 con un INSetMessageAttributeIntentResponse adecuado para .INSetMessageAttributeIntentintent

Métodos de extensión

ConfirmSetMessageAttribute(IINSetMessageAttributeIntentHandling, INSetMessageAttributeIntent, Action<INSetMessageAttributeIntentResponse>)

Los desarrolladores pueden invalidar este método para personalizar la confirmación de la configuración de un atributo de mensaje.

ResolveAttribute(IINSetMessageAttributeIntentHandling, INSetMessageAttributeIntent, Action<INMessageAttributeResolutionResult>)

Los desarrolladores pueden invalidar este método para personalizar la resolución de un atributo de mensaje.

Se aplica a