IINRequestPaymentIntentHandling Interface

Definition

Interface defining handler method that, when implemented, must call completion with an INRequestPaymentIntentResponse appropriate to arg.

[Foundation.Protocol(Name="INRequestPaymentIntentHandling", WrapperType=typeof(Intents.INRequestPaymentIntentHandlingWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IINRequestPaymentIntentHandling : IDisposable, ObjCRuntime.INativeObject
type IINRequestPaymentIntentHandling = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

HandleRequestPayment(INRequestPaymentIntent, Action<INRequestPaymentIntentResponse>)

Developers must override this method and invoke the T:System.Action`1 with an INRequestPaymentIntentResponse appropriate to the INRequestPaymentIntent intent.

Extension Methods

ConfirmRequestPayment(IINRequestPaymentIntentHandling, INRequestPaymentIntent, Action<INRequestPaymentIntentResponse>)

Developers may override this method to customize the confirmation of a payment request.

ResolveCurrencyAmount(IINRequestPaymentIntentHandling, INRequestPaymentIntent, Action<INCurrencyAmountResolutionResult>)

Developers should not use this deprecated method. Developers should use 'ResolveCurrencyAmount (INRequestPaymentIntent, Action<INRequestPaymentCurrencyAmountResolutionResult>)' instead.

ResolveCurrencyAmount(IINRequestPaymentIntentHandling, INRequestPaymentIntent, Action<INRequestPaymentCurrencyAmountResolutionResult>)

Developers may implement this method to customize resolution of a currency and amount.

ResolveNote(IINRequestPaymentIntentHandling, INRequestPaymentIntent, Action<INStringResolutionResult>)

Developers may override this method to customize the resolution of a note to accompany the request.

ResolvePayer(IINRequestPaymentIntentHandling, INRequestPaymentIntent, Action<INPersonResolutionResult>)

Developers may override this method to customize the resolution of the payer.

ResolvePayer(IINRequestPaymentIntentHandling, INRequestPaymentIntent, Action<INRequestPaymentPayerResolutionResult>)

Developers may implement this method to customize the resolution of a payer.

Applies to