Share via


IINSendPaymentIntentHandling.ResolvePayee Method

Definition

Overloads

Name Description
ResolvePayee(INSendPaymentIntent, Action<INPersonResolutionResult>)

Developers may override this method to customize the resolution of the payee.

ResolvePayee(INSendPaymentIntent, Action<INSendPaymentPayeeResolutionResult>)

Developers may implement this method to customize resolution of the payee.

ResolvePayee(INSendPaymentIntent, Action<INPersonResolutionResult>)

Developers may override this method to customize the resolution of the payee.

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

Parameters

intent
INSendPaymentIntent

Specifies the user's intention.

completion
Action<INPersonResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to

ResolvePayee(INSendPaymentIntent, Action<INSendPaymentPayeeResolutionResult>)

Developers may implement this method to customize resolution of the payee.

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

Parameters

intent
INSendPaymentIntent

Specifies the user's intention.

completion
Action<INSendPaymentPayeeResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to