Freigeben über


IPKPaymentAuthorizationControllerDelegate Schnittstelle

Definition

Schnittstelle, die die erforderlichen Methoden (falls vorhanden) des Protokolls PKPaymentAuthorizationControllerDelegatedarstellt.

[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
Abgeleitet
Attribute
Implementiert

Hinweise

Diese Schnittstelle enthält die erforderlichen Methoden (falls vorhanden) aus dem durch definierten PKPaymentAuthorizationControllerDelegateProtokoll.

Wenn Entwickler Klassen erstellen, die diese Schnittstelle implementieren, werden die Implementierungsmethoden automatisch mit der übereinstimmenden Signatur aus der im PKPaymentAuthorizationControllerDelegate Protokoll definierten Methode nach Objective-C exportiert.

Optionale Methoden (falls vorhanden) werden von der PKPaymentAuthorizationControllerDelegate_Extensions -Klasse als Erweiterungsmethoden für die Schnittstelle bereitgestellt, sodass Entwickler alle optionalen Methoden für das Protokoll aufrufen können.

Eigenschaften

Handle

Handle (Zeiger) auf die Darstellung des nicht verwalteten Objekts.

(Geerbt von INativeObject)

Methoden

DidAuthorizePayment(PKPaymentAuthorizationController, PKPayment, Action<PKPaymentAuthorizationStatus>)

Entwickler sollten diese veraltete Methode nicht verwenden. Entwickler sollten stattdessen die DidAuthorizePayment-Überladung mit dem Parameter "Action<PKPaymentAuthorizationResult>" verwenden.

DidFinish(PKPaymentAuthorizationController)

Methode, die aufgerufen wird, wenn die Zahlungsautorisierung abgeschlossen ist.

Erweiterungsmethoden

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

Schnittstelle, die die erforderlichen Methoden (falls vorhanden) des Protokolls PKPaymentAuthorizationControllerDelegatedarstellt.

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

Schnittstelle, die die erforderlichen Methoden (falls vorhanden) des Protokolls PKPaymentAuthorizationControllerDelegatedarstellt.

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

Entwickler sollten diese veraltete Methode nicht verwenden. Entwickler sollten stattdessen die DidSelectPaymentMethod-Überladung mit dem Parameter "Action<PKPaymentRequestPaymentMethodUpdate>" verwenden.

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

Methode, die aufgerufen wird, wenn ein Benutzer einen Kontakt auswählt, an den der Versand erfolgt.

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

Schnittstelle, die die erforderlichen Methoden (falls vorhanden) des Protokolls PKPaymentAuthorizationControllerDelegatedarstellt.

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

Schnittstelle, die die erforderlichen Methoden (falls vorhanden) des Protokolls PKPaymentAuthorizationControllerDelegatedarstellt.

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

Methode, die aufgerufen wird, wenn ein Benutzer eine neue Versandmethode auswählt.

WillAuthorizePayment(IPKPaymentAuthorizationControllerDelegate, PKPaymentAuthorizationController)

Methode, die aufgerufen wird, wenn der Benutzer eine Zahlungsanforderung autorisiert.

Gilt für: