IINSetMessageAttributeIntentHandling.HandleSetMessageAttribute Metodo

Definizione

Gli sviluppatori devono eseguire l'override di questo metodo e richiamare :System.Action'1 con un INSetMessageAttributeIntentResponse oggetto appropriato per .INSetMessageAttributeIntentintent

[Foundation.Export("handleSetMessageAttribute:completion:")]
[Foundation.Preserve(Conditional=true)]
public void HandleSetMessageAttribute (Intents.INSetMessageAttributeIntent intent, Action<Intents.INSetMessageAttributeIntentResponse> completion);
abstract member HandleSetMessageAttribute : Intents.INSetMessageAttributeIntent * Action<Intents.INSetMessageAttributeIntentResponse> -> unit

Parametri

intent
INSetMessageAttributeIntent

Specifica l'intenzione dell'utente.

completion
Action<INSetMessageAttributeIntentResponse>

Metodo di completamento che deve essere chiamato dall'override.

Attributi

Si applica a