Partager via


IPKPaymentAuthorizationControllerDelegate Interface

Définition

Interface représentant les méthodes requises (le cas échéant) du protocole PKPaymentAuthorizationControllerDelegate.

[Foundation.Protocol(Name="PKPaymentAuthorizationControllerDelegate", WrapperType=typeof(PassKit.PKPaymentAuthorizationControllerDelegateWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IPKPaymentAuthorizationControllerDelegate : IDisposable, ObjCRuntime.INativeObject
type IPKPaymentAuthorizationControllerDelegate = interface
    interface INativeObject
    interface IDisposable
Dérivé
Attributs
Implémente

Remarques

Cette interface contient les méthodes requises (le cas échéant) du protocole défini par PKPaymentAuthorizationControllerDelegate.

Si les développeurs créent des classes qui implémentent cette interface, les méthodes d’implémentation sont automatiquement exportées vers Objective-C avec la signature correspondante de la méthode définie dans le PKPaymentAuthorizationControllerDelegate protocole.

Les méthodes facultatives (le cas échéant) sont fournies par la PKPaymentAuthorizationControllerDelegate_Extensions classe en tant que méthodes d’extension de l’interface, ce qui permet aux développeurs d’appeler toutes les méthodes facultatives sur le protocole.

Propriétés

Handle

Handle (pointeur) vers la représentation d’objet non managée.

(Hérité de INativeObject)

Méthodes

DidAuthorizePayment(PKPaymentAuthorizationController, PKPayment, Action<PKPaymentAuthorizationStatus>)

Les développeurs ne doivent pas utiliser cette méthode dépréciée. Les développeurs doivent utiliser la surcharge « DidAuthorizePayment » avec le paramètre « Action<PKPaymentAuthorizationResult> ».

DidFinish(PKPaymentAuthorizationController)

Méthode appelée lorsque l’autorisation de paiement est terminée.

Méthodes d’extension

DidAuthorizePayment(IPKPaymentAuthorizationControllerDelegate, PKPaymentAuthorizationController, PKPayment, Action<PKPaymentAuthorizationResult>)

Interface représentant les méthodes requises (le cas échéant) du protocole PKPaymentAuthorizationControllerDelegate.

DidSelectPaymentMethod(IPKPaymentAuthorizationControllerDelegate, PKPaymentAuthorizationController, PKPaymentMethod, Action<PKPaymentRequestPaymentMethodUpdate>)

Interface représentant les méthodes requises (le cas échéant) du protocole PKPaymentAuthorizationControllerDelegate.

DidSelectPaymentMethod(IPKPaymentAuthorizationControllerDelegate, PKPaymentAuthorizationController, PKPaymentMethod, Action<PKPaymentSummaryItem[]>)

Les développeurs ne doivent pas utiliser cette méthode dépréciée. Les développeurs doivent utiliser la surcharge « DidSelectPaymentMethod » avec le paramètre « Action<PKPaymentRequestPaymentMethodUpdate> ».

DidSelectShippingContact(IPKPaymentAuthorizationControllerDelegate, PKPaymentAuthorizationController, PKContact, Action<PKPaymentAuthorizationStatus, PKShippingMethod[],PKPaymentSummaryItem[]>)

Méthode appelée lorsqu’un utilisateur sélectionne un contact vers lequel livrer.

DidSelectShippingContact(IPKPaymentAuthorizationControllerDelegate, PKPaymentAuthorizationController, PKContact, Action<PKPaymentRequestShippingContactUpdate>)

Interface représentant les méthodes requises (le cas échéant) du protocole PKPaymentAuthorizationControllerDelegate.

DidSelectShippingMethod(IPKPaymentAuthorizationControllerDelegate, PKPaymentAuthorizationController, PKPaymentMethod, Action<PKPaymentRequestPaymentMethodUpdate>)

Interface représentant les méthodes requises (le cas échéant) du protocole PKPaymentAuthorizationControllerDelegate.

DidSelectShippingMethod(IPKPaymentAuthorizationControllerDelegate, PKPaymentAuthorizationController, PKShippingMethod, Action<PKPaymentAuthorizationStatus, PKPaymentSummaryItem[]>)

Méthode appelée lorsqu’un utilisateur sélectionne une nouvelle méthode d’expédition.

WillAuthorizePayment(IPKPaymentAuthorizationControllerDelegate, PKPaymentAuthorizationController)

Méthode appelée lorsque l’utilisateur autorise une demande de paiement.

S’applique à