WalletUserActionResultKind Enumeration

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

Represents the kinds of result that are possible from a user action on a wallet item.

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

Syntax

Public Enumeration WalletUserActionResultKind
public enum WalletUserActionResultKind
<object property="enumerationValue" .../>

Members

Member name Description
Unknown An unknown event occurred.
Success The card was used successfully.
Retry Retry the card by tapping it again.
AuthenticationRequired Authentication is required to continue using the card.
AttentionRequired User attention is required.

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