WalletManager WalletManager WalletManager WalletManager Class

Definition

Provides a static method to get an instance of the default wallet store for this app.

public : static class WalletManagerpublic static class WalletManagerPublic Static Class WalletManager// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Methods

RequestStoreAsync() RequestStoreAsync() RequestStoreAsync() RequestStoreAsync()

Requests an instance of the default wallet store for the app.

public : static IAsyncOperation<WalletItemStore> RequestStoreAsync()public static IAsyncOperation<WalletItemStore> RequestStoreAsync()Public Static Function RequestStoreAsync() As IAsyncOperation( Of WalletItemStore )// You can use this method in JavaScript.
Returns

An asynchronous operation that, on successful completion, returns an instance of the default wallet store. If you use Asynchronous programming, the result type is a single WalletItemStore object.

See Also