Поделиться через


IINSetMessageAttributeIntentHandling.HandleSetMessageAttribute Метод

Определение

Разработчики должны переопределить этот метод и вызвать T:System.Action'1 с INSetMessageAttributeIntentResponse соответствующим .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

Параметры

intent
INSetMessageAttributeIntent

Указывает намерение пользователя.

completion
Action<INSetMessageAttributeIntentResponse>

Метод завершения, который должен вызываться переопределением.

Атрибуты

Применяется к