IINTransferMoneyIntentHandling.ResolveToAccount 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.
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