Share via


IINSetMessageAttributeIntentHandling.ResolveAttribute Method

Definition

Developers may override this method to customize the resolution of a message attribute.

[Foundation.Export("resolveAttributeForSetMessageAttribute:withCompletion:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ResolveAttribute(Intents.INSetMessageAttributeIntent intent, Action<Intents.INMessageAttributeResolutionResult> completion);
[<Foundation.Export("resolveAttributeForSetMessageAttribute:withCompletion:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ResolveAttribute : Intents.INSetMessageAttributeIntent * Action<Intents.INMessageAttributeResolutionResult> -> unit
override this.ResolveAttribute : Intents.INSetMessageAttributeIntent * Action<Intents.INMessageAttributeResolutionResult> -> unit

Parameters

intent
INSetMessageAttributeIntent

Specifies the user's intention.

completion
Action<INMessageAttributeResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to