Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.04 KB

walletbarcode.md

File metadata and controls

26 lines (18 loc) · 1.04 KB
-api-id -api-type
T:Windows.ApplicationModel.Wallet.WalletBarcode
winrt class

Windows.ApplicationModel.Wallet.WalletBarcode

-description

Caution

The ApplicationModel.Wallet namespace is no longer supported, and will soon be deprecated. Developers are encouraged to avoid using this namespace.

Represents a bar code assigned to a wallet item.

-remarks

Use WalletBarcode(WalletBarcodeSymbology, String) to construct a scheme-generated barcode image (which is realized when you call GetImageAsync). Use WalletBarcode(IRandomAccessStreamReference) to construct a barcode that you supply the image for.

The WalletBarcode class provides the value for the WalletItem.Barcode property.

-examples

-see-also

WalletItem, WalletItem.Barcode