IINSendPaymentIntentHandling.ResolveCurrencyAmount Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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