Wallet Methods
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The Wallet type exposes the following members.
| Name | Description | |
|---|---|---|
|
Clear | Deletes all items owned by your app from the wallet. |
|
FindItem | Searches for a wallet item with the specified Id. |
|
GetItemsAsync | Asynchronously retrieves a list of all wallet items owned by your app. |
|
Remove(String) | Deletes the wallet item with the given ID from wallet. |
|
Remove(WalletItem) | Deletes the specified wallet item from the wallet. |
Show: