WalletItemUsages Enumeration

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Defines what the wallet item can be used for. These are flags; bitwise operations can be used to combine them.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.Phone.Wallet
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

<FlagsAttribute> _
Public Enumeration WalletItemUsages
[FlagsAttribute]
public enum WalletItemUsages
<object property="enumerationValue" .../>

Members

Member name Description
None None.
Nfc Can be used with NFC, tap-to-pay, actions.
Marketplace Can be used in Windows Phone Store transactions.

Remarks

Capabilities

If you use this API in your app, you must specify the following capabilities in the app manifest. Otherwise, your app might not work correctly or it might exit unexpectedly.

ID_CAP_WALLET

Windows Phone 8

For more info, see App capabilities and hardware requirements for Windows Phone 8.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

Microsoft.Phone.Wallet Namespace