WalletManagerSystem WalletManagerSystem WalletManagerSystem WalletManagerSystem Class

Definition

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

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 : static class WalletManagerSystempublic static class WalletManagerSystemPublic Static Class WalletManagerSystem// 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)
Capabilities
walletSystem

Methods

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

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

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 : static IAsyncOperation<WalletItemSystemStore> RequestStoreAsync()public static IAsyncOperation<WalletItemSystemStore> RequestStoreAsync()Public Static Function RequestStoreAsync() As IAsyncOperation( Of WalletItemSystemStore )// 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 WalletItemSystemStore object.

Additional features and requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)
Capabilities
walletSystem