Share via


IINSendPaymentIntentHandling.ResolveCurrencyAmount Method

Definition

Overloads

Name Description
ResolveCurrencyAmount(INSendPaymentIntent, Action<INCurrencyAmountResolutionResult>)

Developers should not use this deprecated method. Developers should use 'ResolveCurrencyAmount (INSendPaymentIntent, Action<INSendPaymentCurrencyAmountResolutionResult>)' instead.

ResolveCurrencyAmount(INSendPaymentIntent, Action<INSendPaymentCurrencyAmountResolutionResult>)

Developers may implement this method to customize resolution of a currency and amount.

ResolveCurrencyAmount(INSendPaymentIntent, Action<INCurrencyAmountResolutionResult>)

Developers should not use this deprecated method. Developers should use 'ResolveCurrencyAmount (INSendPaymentIntent, Action<INSendPaymentCurrencyAmountResolutionResult>)' instead.

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

Parameters

intent
INSendPaymentIntent

Specifies the user's intention.

completion
Action<INCurrencyAmountResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to

ResolveCurrencyAmount(INSendPaymentIntent, Action<INSendPaymentCurrencyAmountResolutionResult>)

Developers may implement this method to customize resolution of a currency and amount.

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

Parameters

intent
INSendPaymentIntent

Specifies the user's intention.

completion
Action<INSendPaymentCurrencyAmountResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to