PassKit.PKPass Members

The members of PassKit.PKPass are listed below.

See Also: Inherited members from PassKit.PKObject

Public Constructors

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.

Protected Constructors

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.

Public Properties

[read-only]
AuthenticationTokenstring. Used to authenticate with the Web service.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
static
ErrorDomainFoundation.NSString. Represents the value associated with the constant PKPassKitErrorDomain
[read-only]
IconUIKit.UIImage. The icon for the pass.
[read-only]
LocalizedDescriptionstring. A localized description of the pass.
[read-only]
LocalizedNamestring. A localized description of the pass's kind.
[read-only]
OrganizationNamestring. The organization that created the pass.
[read-only]
PassTypePKPassType. The PassKit.PKPassType of the pass.
[read-only]
PassTypeIdentifierstring. Identifies the PKPass.PKPassType.
[read-only]
PassUrlFoundation.NSUrl. The URL that will open the pass in the Passbook app.
[read-only]
PaymentPassPKPaymentPass. If not null, the underlying PassKit.PKPaymentPass.
[read-only]
RelevantDateFoundation.NSDate. The date when the pass is most likely to be needed.
[read-only]
SerialNumberstring. A unique identifier for the pass.
[read-only]
UserInfoFoundation.NSDictionary. Developer-specified extra data.
[read-only]
WebServiceUrlFoundation.NSUrl. The URL of the developer's Web service.

Public Methods

Copy(Foundation.NSZone) : Foundation.NSObject
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) : Foundation.NSObject
Returns the localized value for the provided key.

Protected Methods

override
Dispose(bool)
Releases the resources used by the PKPass object.