View Source Passbook.LowerLevel.Barcode (Passbook v0.1.2)
Information about a location beacon.
Available in iOS 7.0.
Link to this section Summary
Link to this section Types
@type barcode_format() :: :qr | :pdf_417 | :aztec | :code_128
@type t() :: %Passbook.LowerLevel.Barcode{ alt_text: String.t() | nil, format: barcode_format(), message: String.t(), message_encoding: String.t() }