IINSetMessageAttributeIntentHandling Interfaccia

Definizione

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

Proprietà

Handle

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

(Ereditato da INativeObject)

Metodi

HandleSetMessageAttribute(INSetMessageAttributeIntent, Action<INSetMessageAttributeIntentResponse>)

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

Metodi di estensione

ConfirmSetMessageAttribute(IINSetMessageAttributeIntentHandling, INSetMessageAttributeIntent, Action<INSetMessageAttributeIntentResponse>)

Gli sviluppatori possono eseguire l'override di questo metodo per personalizzare la conferma dell'impostazione di un attributo del messaggio.

ResolveAttribute(IINSetMessageAttributeIntentHandling, INSetMessageAttributeIntent, Action<INMessageAttributeResolutionResult>)

Gli sviluppatori possono eseguire l'override di questo metodo per personalizzare la risoluzione di un attributo di messaggio.

Si applica a