Share via


INTransferMoneyIntentHandling_Extensions.ResolveTransactionScheduledDate Method

Definition

Developers may implement this method to customize resolution of a scheduled transfer date.

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

Parameters

intent
INTransferMoneyIntent

Specifies the user's intention.

completion
Action<INDateComponentsRangeResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to