次の方法で共有


INRequestPaymentIntentHandling_Extensions.ResolvePayer メソッド

定義

オーバーロード

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

パラメーター

This
IINRequestPaymentIntentHandling

このメソッドが動作するインスタンス。

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

パラメーター

This
IINRequestPaymentIntentHandling

このメソッドが動作するインスタンス。

intent
INRequestPaymentIntent

ユーザーの意図を指定します。

completion
Action<INRequestPaymentPayerResolutionResult>

オーバーライドによって呼び出される必要がある Completion メソッド。

属性

適用対象