INRequestPaymentIntentHandling_Extensions.ResolvePayer Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
ResolvePayer(IINRequestPaymentIntentHandling, INRequestPaymentIntent, Action<INPersonResolutionResult>) |
Gli sviluppatori possono eseguire l'override di questo metodo per personalizzare la risoluzione del pagamento. |
ResolvePayer(IINRequestPaymentIntentHandling, INRequestPaymentIntent, Action<INRequestPaymentPayerResolutionResult>) |
Gli sviluppatori possono implementare questo metodo per personalizzare la risoluzione di un pagatore. |
ResolvePayer(IINRequestPaymentIntentHandling, INRequestPaymentIntent, Action<INPersonResolutionResult>)
Gli sviluppatori possono eseguire l'override di questo metodo per personalizzare la risoluzione del pagamento.
[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
Parametri
Istanza in cui opera questo metodo.
- intent
- INRequestPaymentIntent
Specifica l'intenzione dell'utente.
- completion
- Action<INPersonResolutionResult>
Metodo di completamento che deve essere chiamato dall'override.
- Attributi
Si applica a
ResolvePayer(IINRequestPaymentIntentHandling, INRequestPaymentIntent, Action<INRequestPaymentPayerResolutionResult>)
Gli sviluppatori possono implementare questo metodo per personalizzare la risoluzione di un pagatore.
[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
Parametri
Istanza in cui opera questo metodo.
- intent
- INRequestPaymentIntent
Specifica l'intenzione dell'utente.
- completion
- Action<INRequestPaymentPayerResolutionResult>
Metodo di completamento che deve essere chiamato dall'override.
- Attributi