Share via


IINRequestPaymentIntentHandling.ResolvePayer Method

Definition

Overloads

Name Description
ResolvePayer(INRequestPaymentIntent, Action<INPersonResolutionResult>)

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

ResolvePayer(INRequestPaymentIntent, Action<INRequestPaymentPayerResolutionResult>)

Developers may implement this method to customize the resolution of a payer.

ResolvePayer(INRequestPaymentIntent, Action<INPersonResolutionResult>)

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

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

Parameters

intent
INRequestPaymentIntent

Specifies the user's intention.

completion
Action<INPersonResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to

ResolvePayer(INRequestPaymentIntent, Action<INRequestPaymentPayerResolutionResult>)

Developers may implement this method to customize the resolution of a payer.

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

Parameters

intent
INRequestPaymentIntent

Specifies the user's intention.

completion
Action<INRequestPaymentPayerResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to