Share via


INSendPaymentIntentHandling_Extensions.ResolveNote Method

Definition

Developers may override this method to customize the resolution of a note associated with the payment.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void ResolveNote(this Intents.IINSendPaymentIntentHandling This, Intents.INSendPaymentIntent intent, Action<Intents.INStringResolutionResult> completion);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ResolveNote : Intents.IINSendPaymentIntentHandling * Intents.INSendPaymentIntent * Action<Intents.INStringResolutionResult> -> unit

Parameters

intent
INSendPaymentIntent

Specifies the user's intention.

completion
Action<INStringResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to