The members of PassKit.PKPass are listed below.
See Also: Inherited members from PassKit.PKObject
PKPass() | Default constructor, initializes a new instance of this class. | |
| A constructor that initializes the object from the data stored in the unarchiver object. | ||
| Documentation for this section has not yet been entered. |
| 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] | AuthenticationToken | string. Used to authenticate with the Web service. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] static | ErrorDomain | Foundation.NSString. Represents the value associated with the constant PKPassKitErrorDomain |
| [read-only] | Icon | UIKit.UIImage. The icon for the pass. |
| [read-only] | LocalizedDescription | string. A localized description of the pass. |
| [read-only] | LocalizedName | string. A localized description of the pass's kind. |
| [read-only] | OrganizationName | string. The organization that created the pass. |
| [read-only] | PassType | PKPassType. The PassKit.PKPassType of the pass. |
| [read-only] | PassTypeIdentifier | string. Identifies the PKPass.PKPassType. |
| [read-only] | PassUrl | Foundation.NSUrl. The URL that will open the pass in the Passbook app. |
| [read-only] | PaymentPass | PKPaymentPass. If not null, the underlying PassKit.PKPaymentPass. |
| [read-only] | RelevantDate | Foundation.NSDate. The date when the pass is most likely to be needed. |
| [read-only] | SerialNumber | string. A unique identifier for the pass. |
| [read-only] | UserInfo | Foundation.NSDictionary. Developer-specified extra data. |
| [read-only] | WebServiceUrl | Foundation.NSUrl. The URL of the developer's Web service. |
Copy(Foundation.NSZone)Performs a copy of the underlying Objective-C object. | ||
EncodeTo(Foundation.NSCoder)Encodes the state of the object on the provided encoder | ||
GetLocalizedValue(Foundation.NSString)Returns the localized value for the provided key. | ||