Share via


INTransferMoneyIntentHandling_Extensions.ResolveTransactionAmount Method

Definition

Developers may implement this method to customize the resolution of the amount of the transaction.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void ResolveTransactionAmount(this Intents.IINTransferMoneyIntentHandling This, Intents.INTransferMoneyIntent intent, Action<Intents.INPaymentAmountResolutionResult> completion);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ResolveTransactionAmount : Intents.IINTransferMoneyIntentHandling * Intents.INTransferMoneyIntent * Action<Intents.INPaymentAmountResolutionResult> -> unit

Parameters

intent
INTransferMoneyIntent

Specifies the user's intention.

completion
Action<INPaymentAmountResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to