IINSetMessageAttributeIntentHandling Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Interface definindo o método de manipulador que, quando implementado, deve chamar completion
com um INSetMessageAttributeIntentResponse apropriado 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
- Implementações
Propriedades
Handle |
Manipule (ponteiro) para a representação de objeto não gerenciado. (Herdado de INativeObject) |
Métodos
HandleSetMessageAttribute(INSetMessageAttributeIntent, Action<INSetMessageAttributeIntentResponse>) |
Os desenvolvedores devem substituir esse método e invocar o T:System.Action'1 com um INSetMessageAttributeIntentResponse apropriado para o INSetMessageAttributeIntent |
Métodos de Extensão
ConfirmSetMessageAttribute(IINSetMessageAttributeIntentHandling, INSetMessageAttributeIntent, Action<INSetMessageAttributeIntentResponse>) |
Os desenvolvedores podem substituir esse método para personalizar a confirmação da configuração de um atributo de mensagem. |
ResolveAttribute(IINSetMessageAttributeIntentHandling, INSetMessageAttributeIntent, Action<INMessageAttributeResolutionResult>) |
Os desenvolvedores podem substituir esse método para personalizar a resolução de um atributo de mensagem. |