INTransferMoneyIntentHandling_Extensions.ResolveTransactionNote Method

Definition

Developers may implement this method to customize resolution of a note for a transfer.

public static void ResolveTransactionNote (this Intents.IINTransferMoneyIntentHandling This, Intents.INTransferMoneyIntent intent, Action<Intents.INStringResolutionResult> completion);
static member ResolveTransactionNote : Intents.IINTransferMoneyIntentHandling * Intents.INTransferMoneyIntent * Action<Intents.INStringResolutionResult> -> unit

Parameters

This
IINTransferMoneyIntentHandling

The instance on which this method operates.

intent
INTransferMoneyIntent

Specifies the user's intention.

completion
Action<INStringResolutionResult>

Completion method that must be called by the override.

Applies to