MonoTouch.PassKit Namespace

Access to the user's Passes.

Classes

TypeReason
IPKAddPassesViewControllerDelegateInterface representing the required methods (if any) of the protocol MonoTouch.PassKit.PKAddPassesViewControllerDelegate.
IPKPaymentAuthorizationViewControllerDelegateInterface representing the required methods (if any) of the protocol MonoTouch.PassKit.PKPaymentAuthorizationViewControllerDelegate.
PKAddPassesViewControllerA MonoTouch.UIKit.UIViewController that manages the user experience of viewing a MonoTouch.PassKit.PKPass and prompting the user to add it to the MonoTouch.PassKit.PKPassLibrary.
PKAddPassesViewControllerDelegateA delegate object that gives the application developer fine-grained control over life-cycle events of a MonoTouch.PassKit.PKAddPassesViewController object.
PKAddPassesViewControllerDelegate_ExtensionsExtension methods to the MonoTouch.PassKit.IPKAddPassesViewControllerDelegate interface to support all the methods from the MonoTouch.PassKit.PKAddPassesViewControllerDelegate protocol.
PKAddressFieldHolds address information for billing or shipping purposes.
PKErrorCodeAn enumeration whose values specify error codes associated with PassKit operations.
PKMerchantCapabilityPayment processing capabilities of a merchant.
PKObjectBase class for MonoTouch.PassKit.PKPass. Defines copy and encoding methods.
PKPassA pass, which is an abstraction of such things as tickets, boarding passes, or gift or loyalty cards.
PKPassKitErrorCodeAn enumeration whose values specify errors relating to the passes and passbook functionality.
PKPassLibraryRepresents the user's library of passes.
PKPassLibrary+NotificationsNotification posted by the MonoTouch.PassKit.PKPassLibrary class.
PKPassLibraryAddPassesStatusAn enumeration whose values define possible results when passes are added.
PKPassLibraryUserInfoKeyA class whose static members represent keys to be used with the MonoTouch.PassKit.PKPass.GetLocalizedValue method.
PKPassTypeEnumeration of pass types (whether a pass is a barcode or a summary).
PKPaymentThe result of an authorized payment request. Contains encrypted payment information.
PKPaymentAuthorizationEventArgsProvides data for the MonoTouch.PassKit.PKPaymentAuthorizationEventArgs.DidAuthorizePayment event.
PKPaymentAuthorizationStatusEnumeration of results of authorization requests.
PKPaymentAuthorizationViewControllerStandard view controller that prompts the user to authorize a payment.
PKPaymentAuthorizationViewControllerDelegateDelegate object providing events relating to a payment authorization request made with a MonoTouch.PassKit.PKPaymentAuthorizationViewController.
PKPaymentAuthorizationViewControllerDelegate_ExtensionsExtension methods to the MonoTouch.PassKit.IPKPaymentAuthorizationViewControllerDelegate interface to support all the methods from the MonoTouch.PassKit.PKPaymentAuthorizationViewControllerDelegate protocol.
PKPaymentNetworkStandard values returned by MonoTouch.Passkit.PKPayment.Network.
PKPaymentPassA provisioned payment card that may be used for in-app purchases. (All fields are read-only)
PKPaymentPassActivationStateEnumeration of valid states of a MonoTouch.PassKit.PKPaymentPass payment card.
PKPaymentRequestThe main class for a payment request, including processing capabilities, amount request, and shipping information.
PKPaymentShippingAddressSelectedDelegate called when the user has selected a shipping address.
PKPaymentShippingAddressSelectedEventArgsProvides data for the MonoTouch.PassKit.PKPaymentShippingAddressSelectedEventArgs.DidSelectShippingAddress event.
PKPaymentShippingMethodSelectedDelegate called when the user has selected a shipping method.
PKPaymentShippingMethodSelectedEventArgsProvides data for the MonoTouch.PassKit.PKPaymentShippingMethodSelectedEventArgs.DidSelectShippingMethod event.
PKPaymentSummaryItemA summary item (such as grand total, tax, or discounts) within a payment request.
PKPaymentTokenThe user's payment credentials. All fields are read-only.
PKShippingMethodA shipping method for physical goods.