Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.72 KB

File metadata and controls

33 lines (22 loc) · 1.72 KB
-api-id -api-type
T:Windows.ApplicationModel.Wallet.WalletVerb
winrt class

Windows.ApplicationModel.Wallet.WalletVerb

-description

Caution

The ApplicationModel.Wallet namespace is no longer supported, and will soon be deprecated. Developers are encouraged to avoid using this namespace.

Represents a wallet verb, which is potentially used for app activation. This is a string suitable for UI that is descriptive of the action.

-remarks

You can associate verbs, such as "register", "pay with" with an item in the wallet. When the user selects a verb, your app is activated. The selected verb is passed to an app as part of activation (in the WalletActionActivatedEventArgs data, as the ActionId value, and ActionKind will be Verb).

Note

JavaScript apps use WebUIWalletActionActivatedEventArgs.

A WalletVerb object represents the individual items for the WalletItem.Verbs property.

The verb is a cue to the app of which UI to display on activation, which might be specific to the verb that was chosen by the user.

For more info on using Wallet activation, see the "Handling app activation by Wallet " section of Quickstart: Using the APIs.

-examples

-see-also

WalletItem.Verbs, WalletItem