Share via


IINSendMessageIntentHandling.ResolveRecipients Method

Definition

Overloads

Name Description
ResolveRecipients(INSendMessageIntent, Action<INPersonResolutionResult[]>)

Developers may implement this method to customize the resolution of message recipients.

ResolveRecipients(INSendMessageIntent, Action<INSendMessageRecipientResolutionResult[]>)

Developers may implement this method to customize the resolution of message recipients.

ResolveRecipients(INSendMessageIntent, Action<INPersonResolutionResult[]>)

Developers may implement this method to customize the resolution of message recipients.

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

Parameters

intent
INSendMessageIntent

Specifies the user's intention.

completion
Action<INPersonResolutionResult[]>

Completion method that must be called by the override.

Attributes

Applies to

ResolveRecipients(INSendMessageIntent, Action<INSendMessageRecipientResolutionResult[]>)

Developers may implement this method to customize the resolution of message recipients.

[Foundation.Export("resolveRecipientsForSendMessage:completion:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ResolveRecipients(Intents.INSendMessageIntent intent, Action<Intents.INSendMessageRecipientResolutionResult[]> completion);
[<Foundation.Export("resolveRecipientsForSendMessage:completion:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ResolveRecipients : Intents.INSendMessageIntent * Action<Intents.INSendMessageRecipientResolutionResult[]> -> unit
override this.ResolveRecipients : Intents.INSendMessageIntent * Action<Intents.INSendMessageRecipientResolutionResult[]> -> unit

Parameters

intent
INSendMessageIntent

Specifies the user's intention.

completion
Action<INSendMessageRecipientResolutionResult[]>

Completion method that must be called by the override.

Attributes

Applies to