WalletItemAppAssociation
WalletItemAppAssociation
WalletItemAppAssociation
WalletItemAppAssociation
Enum
Definition
Defines values used by the GetAppStatusForItem method indicating if an app is installed for the specified WalletItem.
Note
This API is not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
public : enum class WalletItemAppAssociationpublic enum WalletItemAppAssociationPublic Enum WalletItemAppAssociation// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
| Capabilities |
walletSystem
|
Fields
| AppInstalled AppInstalled AppInstalled AppInstalled | The app for the wallet item is installed on this device. |
| AppNotInstalled AppNotInstalled AppNotInstalled AppNotInstalled | An app exists for the wallet item, but it is not installed on the device. |
| None None None None | There is no app associated with the wallet item. |