IINSendPaymentIntentHandling インターフェイス

定義

実装時に、 に適切な を使用して を呼び出す completion 必要があるハンドラー メソッドを INSendPaymentIntentResponse 定義する argインターフェイス。

[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>)

開発者はこのメソッドをオーバーライドし、適切な を使用して T:System.Action'1INSendPaymentIntentResponseINSendPaymentIntentintent呼び出す必要があります。

拡張メソッド

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>)

開発者は、支払い先の解決をカスタマイズするために、このメソッドを実装できます。

適用対象