IWalletActionActivatedEventArgs
IWalletActionActivatedEventArgs
IWalletActionActivatedEventArgs
IWalletActionActivatedEventArgs
Interface
Definition
Provides information to an app that was launched as the result of a wallet action.
public : interface IWalletActionActivatedEventArgspublic interface IWalletActionActivatedEventArgsPublic Interface IWalletActionActivatedEventArgs// You can use this interface in JavaScript.
- Inheritance
-
IWalletActionActivatedEventArgsIWalletActionActivatedEventArgsIWalletActionActivatedEventArgsIWalletActionActivatedEventArgs
- Attributes
Windows 10 requirements
| Device family |
Windows Desktop Extension SDK (introduced v10.0.10240.0)
Windows Mobile Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.ApplicationModel.Wallet.WalletContract (introduced v1)
|
Inherited Members
Inherited properties
Properties
ActionId ActionId ActionId ActionId
Gets the ID of the action, such as the id of the verb, transaction and so on.
public : PlatForm::String ActionId { get; }public string ActionId { get; }Public ReadOnly Property ActionId As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The ID of the action, such as the id of the verb, transaction and so on.
ActionKind ActionKind ActionKind ActionKind
Gets the action that was performed on the WalletItem.
public : WalletActionKind ActionKind { get; }public WalletActionKind ActionKind { get; }Public ReadOnly Property ActionKind As WalletActionKind// You can use this property in JavaScript.
The action that was performed on the WalletItem.
ItemId ItemId ItemId ItemId
Gets the ID of the WalletItem on which the user performed the action.
public : PlatForm::String ItemId { get; }public string ItemId { get; }Public ReadOnly Property ItemId As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The ID of the WalletItem on which the user performed the action.