INSendPaymentIntentHandling_Extensions.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
ResolveCurrencyAmount(IINSendPaymentIntentHandling, INSendPaymentIntent, Action<INCurrencyAmountResolutionResult>) |
Developers should not use this deprecated method. Developers should use 'ResolveCurrencyAmount (INSendPaymentIntent, Action<INSendPaymentCurrencyAmountResolutionResult>)' instead. |
ResolveCurrencyAmount(IINSendPaymentIntentHandling, INSendPaymentIntent, Action<INSendPaymentCurrencyAmountResolutionResult>) |
Developers may implement this method to customize resolution of a currency and amount. |
ResolveCurrencyAmount(IINSendPaymentIntentHandling, INSendPaymentIntent, Action<INCurrencyAmountResolutionResult>)
Developers should not use this deprecated method. Developers should use 'ResolveCurrencyAmount (INSendPaymentIntent, Action<INSendPaymentCurrencyAmountResolutionResult>)' instead.
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'ResolveCurrencyAmount (INSendPaymentIntent, Action<INSendPaymentCurrencyAmountResolutionResult>)' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'ResolveCurrencyAmount (INSendPaymentIntent, Action<INSendPaymentCurrencyAmountResolutionResult>)' instead.")]
public static void ResolveCurrencyAmount (this Intents.IINSendPaymentIntentHandling This, Intents.INSendPaymentIntent intent, Action<Intents.INCurrencyAmountResolutionResult> completion);
static member ResolveCurrencyAmount : Intents.IINSendPaymentIntentHandling * Intents.INSendPaymentIntent * Action<Intents.INCurrencyAmountResolutionResult> -> unit
Parameters
The instance on which this method operates.
- intent
- INSendPaymentIntent
Specifies the user's intention.
- completion
- Action<INCurrencyAmountResolutionResult>
Completion method that must be called by the override.
- Attributes
Applies to
ResolveCurrencyAmount(IINSendPaymentIntentHandling, INSendPaymentIntent, Action<INSendPaymentCurrencyAmountResolutionResult>)
Developers may implement this method to customize resolution of a currency and amount.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void ResolveCurrencyAmount (this Intents.IINSendPaymentIntentHandling This, Intents.INSendPaymentIntent intent, Action<Intents.INSendPaymentCurrencyAmountResolutionResult> completion);
static member ResolveCurrencyAmount : Intents.IINSendPaymentIntentHandling * Intents.INSendPaymentIntent * Action<Intents.INSendPaymentCurrencyAmountResolutionResult> -> unit
Parameters
The instance on which this method operates.
- intent
- INSendPaymentIntent
Specifies the user's intention.
- completion
- Action<INSendPaymentCurrencyAmountResolutionResult>
Completion method that must be called by the override.
- Attributes