| Type | Reason |
|---|---|
| IPKAddPassesViewControllerDelegate | Interface representing the required methods (if any) of the protocol PassKit.PKAddPassesViewControllerDelegate. |
| IPKPaymentAuthorizationViewControllerDelegate | Interface representing the required methods (if any) of the protocol PassKit.PKPaymentAuthorizationViewControllerDelegate. |
| PKAddPassesViewController | A UIKit.UIViewController that manages the user experience of viewing a PassKit.PKPass and prompting the user to add it to the PassKit.PKPassLibrary. |
| PKAddPassesViewControllerDelegate | A delegate object that gives the application developer fine-grained control over life-cycle events of a PassKit.PKAddPassesViewController object. |
| PKAddPassesViewControllerDelegate_Extensions | Extension methods to the PassKit.IPKAddPassesViewControllerDelegate interface to support all the methods from the PassKit.PKAddPassesViewControllerDelegate protocol. |
| PKAddressField | Holds address information for billing or shipping purposes. |
| PKErrorCode | An enumeration whose values specify error codes associated with PassKit operations. |
| PKMerchantCapability | Payment processing capabilities of a merchant. |
| PKObject | Base class for PassKit.PKPass. Defines copy and encoding methods. |
| PKPass | A pass, which is an abstraction of such things as tickets, boarding passes, or gift or loyalty cards. |
| PKPassKitErrorCode | An enumeration whose values specify errors relating to the passes and passbook functionality. |
| PKPassLibrary | Represents the user's library of passes. |
| PKPassLibrary+Notifications | Notification posted by the PassKit.PKPassLibrary class. |
| PKPassLibraryAddPassesStatus | An enumeration whose values define possible results when passes are added. |
| PKPassLibraryUserInfoKey | A class whose static members represent keys to be used with the PassKit.PKPass.GetLocalizedValue method. |
| PKPassType | Enumeration of pass types (whether a pass is a barcode or a summary). |
| PKPayment | The result of an authorized payment request. Contains encrypted payment information. |
| PKPaymentAuthorizationEventArgs | Provides data for the PassKit.PKPaymentAuthorizationEventArgs.DidAuthorizePayment event. |
| PKPaymentAuthorizationStatus | Enumeration of results of authorization requests. |
| PKPaymentAuthorizationViewController | Standard view controller that prompts the user to authorize a payment. |
| PKPaymentAuthorizationViewControllerDelegate | Delegate object providing events relating to a payment authorization request made with a PassKit.PKPaymentAuthorizationViewController. |
| PKPaymentAuthorizationViewControllerDelegate_Extensions | Extension methods to the PassKit.IPKPaymentAuthorizationViewControllerDelegate interface to support all the methods from the PassKit.PKPaymentAuthorizationViewControllerDelegate protocol. |
| PKPaymentNetwork | Standard values returned by Passkit.PKPayment.Network. |
| PKPaymentPass | A provisioned payment card that may be used for in-app purchases. (All fields are read-only) |
| PKPaymentPassActivationState | Enumeration of valid states of a PassKit.PKPaymentPass payment card. |
| PKPaymentRequest | The main class for a payment request, including processing capabilities, amount request, and shipping information. |
| PKPaymentShippingAddressSelected | Delegate called when the user has selected a shipping address. |
| PKPaymentShippingAddressSelectedEventArgs | Provides data for the PassKit.PKPaymentShippingAddressSelectedEventArgs.DidSelectShippingAddress event. |
| PKPaymentShippingMethodSelected | Delegate called when the user has selected a shipping method. |
| PKPaymentShippingMethodSelectedEventArgs | Provides data for the PassKit.PKPaymentShippingMethodSelectedEventArgs.DidSelectShippingMethod event. |
| PKPaymentSummaryItem | A summary item (such as grand total, tax, or discounts) within a payment request. |
| PKPaymentToken | The user's payment credentials. All fields are read-only. |
| PKShippingMethod | A shipping method for physical goods. |