Share via


INSendPaymentIntentHandling_Extensions.ResolvePayee Method

Definition

Overloads

Name Description
ResolvePayee(IINSendPaymentIntentHandling, INSendPaymentIntent, Action<INPersonResolutionResult>)

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

ResolvePayee(IINSendPaymentIntentHandling, INSendPaymentIntent, Action<INSendPaymentPayeeResolutionResult>)

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

ResolvePayee(IINSendPaymentIntentHandling, INSendPaymentIntent, Action<INPersonResolutionResult>)

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void ResolvePayee(this Intents.IINSendPaymentIntentHandling This, Intents.INSendPaymentIntent intent, Action<Intents.INPersonResolutionResult> completion);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ResolvePayee : Intents.IINSendPaymentIntentHandling * 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(IINSendPaymentIntentHandling, INSendPaymentIntent, Action<INSendPaymentPayeeResolutionResult>)

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void ResolvePayee(this Intents.IINSendPaymentIntentHandling This, Intents.INSendPaymentIntent intent, Action<Intents.INSendPaymentPayeeResolutionResult> completion);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ResolvePayee : Intents.IINSendPaymentIntentHandling * 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