Edytuj

Udostępnij za pośrednictwem


INSearchForBillsIntentHandling_Extensions.ResolveStatus Method

Definition

Developers may implement this method to customize the resolution of the bill status.

public static void ResolveStatus (this Intents.IINSearchForBillsIntentHandling This, Intents.INSearchForBillsIntent intent, Action<Intents.INPaymentStatusResolutionResult> completion);
static member ResolveStatus : Intents.IINSearchForBillsIntentHandling * Intents.INSearchForBillsIntent * Action<Intents.INPaymentStatusResolutionResult> -> unit

Parameters

This
IINSearchForBillsIntentHandling

The instance on which this method operates.

intent
INSearchForBillsIntent

Specifies the user's intention.

completion
Action<INPaymentStatusResolutionResult>

Completion method that must be called by the override.

Applies to