Share via


INTransferMoneyIntentHandling_Extensions.ResolveToAccount Method

Definition

Developers may implement this method to customize resolution of the account that will receive the transfer.

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

Parameters

intent
INTransferMoneyIntent

Specifies the user's intention.

completion
Action<INPaymentAccountResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to