DbPassMetadata class
Inheritance
Object
PassMetadata
DbPassMetadata
Properties
appLaunchURL
→ String ?
A URL to be passed to the associated app when launching it.
final inherited
backgroundColor
→ int ?
Background color of the pass.
final inherited
barcodes
→ List <PassBarcode >
Information specific to the pass’s barcode.
The system uses the first valid barcode dictionary in the array.
Additional dictionaries can be added as fallbacks.
final inherited
beacons
→ List <Beacon >
Beacons marking locations where the pass is relevant.
final inherited
boardingPass
→ PassStructureDictionary?
Information specific to a boarding pass.
final inherited
coupon
→ PassStructureDictionary?
Information specific to a coupon.
final inherited
description
→ String
Brief description of the pass, used by accessibility technologies.
final inherited
eventTicket
→ PassStructureDictionary?
Information specific to an event ticket.
final inherited
expirationDate
→ DateTime ?
Date and time when the pass expires.
final inherited
foregroundColor
→ int ?
Foreground color of the pass.
final inherited
formatVersion
→ int
Version of the file format. The value must be 1.
final inherited
generic
→ PassStructureDictionary?
Information specific to a generic pass.
final inherited
groupingIdentifier
→ String ?
Optional for event tickets and boarding passes; otherwise not allowed.
Identifier used to group related passes. If a grouping identifier is
specified, passes with the same style, pass type identifier, and grouping
identifier are displayed as a group. Otherwise, passes are grouped
automatically.
final inherited
hashCode
→ int
The hash code for this object.
no setter inherited
labelColor
→ int ?
Color of the label text.
final inherited
locations
→ List <Location >
Locations where the pass is relevant. For example, the location of your store.
final inherited
logoText
→ String ?
Text displayed next to the logo on the pass.
final inherited
maxDistance
→ int ?
Maximum distance in meters from a relevant latitude and longitude that
the pass is relevant. This number is compared to the pass’s default
distance and the smaller value is used.
final inherited
organizationName
→ String
Display name of the organization that originated and signed the pass.
final inherited
passTypeIdentifier
→ String
Pass type identifier, as issued by Apple. The value must correspond with
your signing certificate.
final inherited
relevantDate
→ DateTime ?
Recommended for event tickets and boarding passes; otherwise optional.
Date and time when the pass becomes relevant. For example, the start
time of a movie.
final inherited
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
serialNumber
→ String
Serial number that uniquely identifies the pass. No two passes with the
same pass type identifier may have the same serial number.
final inherited
storeCard
→ PassStructureDictionary?
Information specific to a store card.
final inherited
teamIdentifier
→ String
Team identifier of the organization that originated and signed the pass,
as issued by Apple.
final inherited
ticketResponse
→ TicketResponse
final
voided
→ bool
Indicates that the pass is void—for example, a one time use coupon that
has been redeemed. The default value is false.
final inherited
webService
→ PassWebService?
Information used to update passes using the web service.
final inherited