INRequestPaymentIntentHandling_Extensions.ResolvePayer メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ResolvePayer(IINRequestPaymentIntentHandling, INRequestPaymentIntent, Action<INPersonResolutionResult>) |
開発者は、支払人の解決をカスタマイズするために、このメソッドをオーバーライドできます。 |
ResolvePayer(IINRequestPaymentIntentHandling, INRequestPaymentIntent, Action<INRequestPaymentPayerResolutionResult>) |
開発者は、支払人の解決をカスタマイズするためにこのメソッドを実装できます。 |
ResolvePayer(IINRequestPaymentIntentHandling, INRequestPaymentIntent, Action<INPersonResolutionResult>)
開発者は、支払人の解決をカスタマイズするために、このメソッドをオーバーライドできます。
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'ResolvePayer (INRequestPaymentIntent, Action<INRequestPaymentPayerResolutionResult>)' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'ResolvePayer (INRequestPaymentIntent, Action<INRequestPaymentPayerResolutionResult>)' instead.")]
public static void ResolvePayer (this Intents.IINRequestPaymentIntentHandling This, Intents.INRequestPaymentIntent intent, Action<Intents.INPersonResolutionResult> completion);
static member ResolvePayer : Intents.IINRequestPaymentIntentHandling * Intents.INRequestPaymentIntent * Action<Intents.INPersonResolutionResult> -> unit
パラメーター
このメソッドが動作するインスタンス。
- intent
- INRequestPaymentIntent
ユーザーの意図を指定します。
- completion
- Action<INPersonResolutionResult>
オーバーライドによって呼び出される必要がある Completion メソッド。
- 属性
適用対象
ResolvePayer(IINRequestPaymentIntentHandling, INRequestPaymentIntent, Action<INRequestPaymentPayerResolutionResult>)
開発者は、支払人の解決をカスタマイズするためにこのメソッドを実装できます。
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void ResolvePayer (this Intents.IINRequestPaymentIntentHandling This, Intents.INRequestPaymentIntent intent, Action<Intents.INRequestPaymentPayerResolutionResult> completion);
static member ResolvePayer : Intents.IINRequestPaymentIntentHandling * Intents.INRequestPaymentIntent * Action<Intents.INRequestPaymentPayerResolutionResult> -> unit
パラメーター
このメソッドが動作するインスタンス。
- intent
- INRequestPaymentIntent
ユーザーの意図を指定します。
- completion
- Action<INRequestPaymentPayerResolutionResult>
オーバーライドによって呼び出される必要がある Completion メソッド。
- 属性