IINSendPaymentIntentHandling 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義處理常式方法的介面,在實作時,必須使用適當的 呼叫 completion
INSendPaymentIntentResponsearg
。
[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>) |
開發人員必須覆寫這個方法,並叫用適用于 的 INSendPaymentIntent |
擴充方法
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>) |
開發人員可以實作這個方法來自訂支付者的解決方案。 |