Share via


IINTransferMoneyIntentHandling.ResolveToAccount Method

Definition

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

[Foundation.Export("resolveToAccountForTransferMoney:withCompletion:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ResolveToAccount(Intents.INTransferMoneyIntent intent, Action<Intents.INPaymentAccountResolutionResult> completion);
[<Foundation.Export("resolveToAccountForTransferMoney:withCompletion:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ResolveToAccount : Intents.INTransferMoneyIntent * Action<Intents.INPaymentAccountResolutionResult> -> unit
override this.ResolveToAccount : 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