Freigeben über


PKPaymentAuthorizationViewControllerDelegate_Extensions Klasse

Definition

Erweiterungsmethoden für die IPKPaymentAuthorizationViewControllerDelegate Schnittstelle, um alle Methoden aus dem PKPaymentAuthorizationViewControllerDelegate Protokoll zu unterstützen.

public static class PKPaymentAuthorizationViewControllerDelegate_Extensions
type PKPaymentAuthorizationViewControllerDelegate_Extensions = class
Vererbung
PKPaymentAuthorizationViewControllerDelegate_Extensions

Hinweise

Die Erweiterungsmethoden für IPKPaymentAuthorizationViewControllerDelegate ermöglichen Es Entwicklern, Instanzen der Schnittstelle als alle optionalen Methoden des ursprünglichen PKPaymentAuthorizationViewControllerDelegate Protokolls zu behandeln. Da die Schnittstelle nur die erforderlichen Member enthält, ermöglichen diese Erweiterungsmethoden Es Entwicklern, die optionalen Member des Protokolls aufzurufen.

Methoden

DidAuthorizePayment2(IPKPaymentAuthorizationViewControllerDelegate, PKPaymentAuthorizationViewController, PKPayment, Action<PKPaymentAuthorizationResult>)

Erweiterungsmethoden für die IPKPaymentAuthorizationViewControllerDelegate Schnittstelle, um alle Methoden aus dem PKPaymentAuthorizationViewControllerDelegate Protokoll zu unterstützen.

DidSelectPaymentMethod(IPKPaymentAuthorizationViewControllerDelegate, PKPaymentAuthorizationViewController, PKPaymentMethod, Action<PKPaymentSummaryItem[]>)

Entwickler sollten diese veraltete Methode nicht verwenden. Entwickler sollten stattdessen "DidSelectPaymentMethod2" verwenden.

DidSelectPaymentMethod2(IPKPaymentAuthorizationViewControllerDelegate, PKPaymentAuthorizationViewController, PKPaymentMethod, Action<PKPaymentRequestPaymentMethodUpdate>)

Erweiterungsmethoden für die IPKPaymentAuthorizationViewControllerDelegate Schnittstelle, um alle Methoden aus dem PKPaymentAuthorizationViewControllerDelegate Protokoll zu unterstützen.

DidSelectShippingAddress(IPKPaymentAuthorizationViewControllerDelegate, PKPaymentAuthorizationViewController, ABRecord, PKPaymentShippingAddressSelected)

Gibt an, dass der Benutzer eine Versandadresse ausgewählt hat.

DidSelectShippingContact(IPKPaymentAuthorizationViewControllerDelegate, PKPaymentAuthorizationViewController, PKContact, PKPaymentShippingAddressSelected)

Wird aufgerufen, nachdem der Benutzer einen Versandkontakt ausgewählt hat.

DidSelectShippingContact2(IPKPaymentAuthorizationViewControllerDelegate, PKPaymentAuthorizationViewController, PKContact, Action<PKPaymentRequestShippingContactUpdate>)

Erweiterungsmethoden für die IPKPaymentAuthorizationViewControllerDelegate Schnittstelle, um alle Methoden aus dem PKPaymentAuthorizationViewControllerDelegate Protokoll zu unterstützen.

DidSelectShippingMethod(IPKPaymentAuthorizationViewControllerDelegate, PKPaymentAuthorizationViewController, PKShippingMethod, PKPaymentShippingMethodSelected)

Gibt an, dass der Benutzer eine Versandmethode ausgewählt hat.

DidSelectShippingMethod2(IPKPaymentAuthorizationViewControllerDelegate, PKPaymentAuthorizationViewController, PKShippingMethod, Action<PKPaymentRequestShippingMethodUpdate>)

Erweiterungsmethoden für die IPKPaymentAuthorizationViewControllerDelegate Schnittstelle, um alle Methoden aus dem PKPaymentAuthorizationViewControllerDelegate Protokoll zu unterstützen.

Gilt für: