WalletActionActivatedEventArgs
WalletActionActivatedEventArgs
WalletActionActivatedEventArgs
WalletActionActivatedEventArgs
Class
Definition
Provides information to an app that was launched as the result of a wallet action.
public : sealed class WalletActionActivatedEventArgs : IActivatedEventArgs, IWalletActionActivatedEventArgspublic sealed class WalletActionActivatedEventArgs : IActivatedEventArgs, IWalletActionActivatedEventArgsPublic NotInheritable Class WalletActionActivatedEventArgs Implements IActivatedEventArgs, IWalletActionActivatedEventArgs// You can use this class in JavaScript.
- Attributes
| 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)
|
Remarks
You access a WalletActionActivatedEventArgs object when you implement an event handler that responds to Activated events when ActivationKind is WalletAction.
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.
Gets 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.
Kind Kind Kind Kind
Gets the type of action that was performed on the WalletItem.
public : ActivationKind Kind { get; }public ActivationKind Kind { get; }Public ReadOnly Property Kind As ActivationKind// You can use this property in JavaScript.
The type of action that was performed on the WalletItem.
PreviousExecutionState PreviousExecutionState PreviousExecutionState PreviousExecutionState
Gets the execution state of the app before it was activated.
public : ApplicationExecutionState PreviousExecutionState { get; }public ApplicationExecutionState PreviousExecutionState { get; }Public ReadOnly Property PreviousExecutionState As ApplicationExecutionState// You can use this property in JavaScript.
- Value
- ApplicationExecutionState ApplicationExecutionState ApplicationExecutionState ApplicationExecutionState
The execution state of the app before it was activated.
SplashScreen SplashScreen SplashScreen SplashScreen
Gets the splash screen object which provides information about the transition from the splash screen to the activated app.
public : SplashScreen SplashScreen { get; }public SplashScreen SplashScreen { get; }Public ReadOnly Property SplashScreen As SplashScreen// You can use this property in JavaScript.
The splash screen object which provides information about the transition from the splash screen to the activated app.