INRequestPaymentIntentHandling_Extensions.ResolvePayer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ResolvePayer(IINRequestPaymentIntentHandling, INRequestPaymentIntent, Action<INPersonResolutionResult>) |
Developers may override this method to customize the resolution of the payer. |
ResolvePayer(IINRequestPaymentIntentHandling, INRequestPaymentIntent, Action<INRequestPaymentPayerResolutionResult>) |
Developers may implement this method to customize the resolution of a payer. |
ResolvePayer(IINRequestPaymentIntentHandling, INRequestPaymentIntent, Action<INPersonResolutionResult>)
Developers may override this method to customize the resolution of the payer.
[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
Parameters
The instance on which this method operates.
- intent
- INRequestPaymentIntent
Specifies the user's intention.
- completion
- Action<INPersonResolutionResult>
Completion method that must be called by the override.
- Attributes
Applies to
ResolvePayer(IINRequestPaymentIntentHandling, INRequestPaymentIntent, Action<INRequestPaymentPayerResolutionResult>)
Developers may implement this method to customize the resolution of a payer.
[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
Parameters
The instance on which this method operates.
- intent
- INRequestPaymentIntent
Specifies the user's intention.
- completion
- Action<INRequestPaymentPayerResolutionResult>
Completion method that must be called by the override.
- Attributes