IINSendPaymentIntentHandling Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Interface définissant la méthode de gestionnaire qui, lorsqu’elle est implémentée, doit appeler completion
avec un INSendPaymentIntentResponse approprié à 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
- Dérivé
- Attributs
- Implémente
Propriétés
Handle |
Handle (pointeur) vers la représentation d’objet non managée. (Hérité de INativeObject) |
Méthodes
HandleSendPayment(INSendPaymentIntent, Action<INSendPaymentIntentResponse>) |
Les développeurs doivent remplacer cette méthode et appeler T:System.Action'1 avec un INSendPaymentIntentResponse approprié au INSendPaymentIntent |
Méthodes d’extension
ConfirmSendPayment(IINSendPaymentIntentHandling, INSendPaymentIntent, Action<INSendPaymentIntentResponse>) |
Les développeurs peuvent remplacer cette méthode pour personnaliser la confirmation d’une demande d’envoi d’un paiement. |
ResolveCurrencyAmount(IINSendPaymentIntentHandling, INSendPaymentIntent, Action<INCurrencyAmountResolutionResult>) |
Les développeurs ne doivent pas utiliser cette méthode dépréciée. Les développeurs doivent utiliser « ResolveCurrencyAmount (INSendPaymentIntent, Action<INSendPaymentCurrencyAmountResolutionResult>) ». |
ResolveCurrencyAmount(IINSendPaymentIntentHandling, INSendPaymentIntent, Action<INSendPaymentCurrencyAmountResolutionResult>) |
Les développeurs peuvent implémenter cette méthode pour personnaliser la résolution d’une devise et d’un montant. |
ResolveNote(IINSendPaymentIntentHandling, INSendPaymentIntent, Action<INStringResolutionResult>) |
Les développeurs peuvent remplacer cette méthode pour personnaliser la résolution d’une note associée au paiement. |
ResolvePayee(IINSendPaymentIntentHandling, INSendPaymentIntent, Action<INPersonResolutionResult>) |
Les développeurs peuvent remplacer cette méthode pour personnaliser la résolution du bénéficiaire. |
ResolvePayee(IINSendPaymentIntentHandling, INSendPaymentIntent, Action<INSendPaymentPayeeResolutionResult>) |
Les développeurs peuvent implémenter cette méthode pour personnaliser la résolution du bénéficiaire. |