IINSendPaymentIntentHandling 接口

定义

接口定义处理程序方法,实现时,必须使用适用于 的 INSendPaymentIntentResponsearg调用completion

[Foundation.Protocol(Name="INSendPaymentIntentHandling", WrapperType=typeof(Intents.INSendPaymentIntentHandlingWrapper))]
[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 IINSendPaymentIntentHandling : IDisposable, ObjCRuntime.INativeObject
type IINSendPaymentIntentHandling = interface
    interface INativeObject
    interface IDisposable
派生
属性
实现

属性

Handle

处理指向非托管对象表示形式的 (指针) 。

(继承自 INativeObject)

方法

HandleSendPayment(INSendPaymentIntent, Action<INSendPaymentIntentResponse>)

开发人员必须重写此方法,并使用 适用于 INSendPaymentIntentintent的 调用 T:System.Action'1INSendPaymentIntentResponse

扩展方法

ConfirmSendPayment(IINSendPaymentIntentHandling, INSendPaymentIntent, Action<INSendPaymentIntentResponse>)

开发人员可以替代此方法,以自定义发送付款请求的确认。

ResolveCurrencyAmount(IINSendPaymentIntentHandling, INSendPaymentIntent, Action<INCurrencyAmountResolutionResult>)

开发人员不应使用此已弃用的方法。 开发人员应改用“ResolveCurrencyAmount (INSendPaymentIntent, Action<INSendPaymentCurrencyAmountResolutionResult>) ”。

ResolveCurrencyAmount(IINSendPaymentIntentHandling, INSendPaymentIntent, Action<INSendPaymentCurrencyAmountResolutionResult>)

开发人员可以实现此方法来自定义货币和金额的解析。

ResolveNote(IINSendPaymentIntentHandling, INSendPaymentIntent, Action<INStringResolutionResult>)

开发人员可以替代此方法,以自定义与付款关联的便笺的分辨率。

ResolvePayee(IINSendPaymentIntentHandling, INSendPaymentIntent, Action<INPersonResolutionResult>)

开发人员可以重写此方法以自定义受款人的解决方案。

ResolvePayee(IINSendPaymentIntentHandling, INSendPaymentIntent, Action<INSendPaymentPayeeResolutionResult>)

开发人员可以实现此方法来自定义受款人的解析。

适用于