Share via


INSearchForBillsIntentHandling_Extensions.ResolvePaymentDateRange Method

Definition

Developers may implement this method to customize the resolution of the date range of payments.

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

Parameters

intent
INSearchForBillsIntent

Specifies the user's intention.

completion
Action<INDateComponentsRangeResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to