The members of PassKit.PKPassLibrary are listed below.
See Also: Inherited members from Foundation.NSObject
| Default constructor, initializes a new instance of this class. |
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] static | DidChangeNotification | Foundation.NSString. Notification constant for DidChange |
| [read-only] static | IsAvailable | bool. Whether the pass library is available. |
| [read-only] static | IsPaymentPassActivationAvailable | bool. Whether the device can add payment passes. |
ActivatePaymentPass(PKPaymentPass, Foundation.NSData, Action<bool, Foundation.NSError>)Activates the specified paymentPass with the activation code in activationData. | ||
ActivatePaymentPass(PKPaymentPass, string, Action<bool, Foundation.NSError>)Activates the specified paymentPass with the activation code in activationData. | ||
AddPasses(PKPass[], Action<PKPassLibraryAddPassesStatus>)Presents a standard UX for adding multiple passes. | ||
Contains(PKPass)Whether the specified pass is available. | ||
GetPass(string, string)Returns the PassKit.PKPass whose PKPass.PassTypeIdentifier and PKPass.SerialNumber match the arguments. | ||
GetPasses()The passes in the user's pass library. | ||
GetPasses(PKPassType)The passes in the user's pass library whose PKPassType.PassType matches passType. | ||
Remove(PKPass)Removes the specified pass from the pass library. | ||
Replace(PKPass)Replaces an existing pass with pass. | ||