WebUIWalletActionActivatedEventArgs
WebUIWalletActionActivatedEventArgs
WebUIWalletActionActivatedEventArgs
WebUIWalletActionActivatedEventArgs
Class
Definition
Provides information to an app that was launched as the result of a wallet action.
public : sealed class WebUIWalletActionActivatedEventArgs : IActivatedEventArgs, IWalletActionActivatedEventArgs, IActivatedEventArgsDeferralpublic sealed class WebUIWalletActionActivatedEventArgs : IActivatedEventArgs, IWalletActionActivatedEventArgs, IActivatedEventArgsDeferralPublic NotInheritable Class WebUIWalletActionActivatedEventArgs Implements IActivatedEventArgs, IWalletActionActivatedEventArgs, IActivatedEventArgsDeferral// 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)
|
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.
ActivatedOperation ActivatedOperation ActivatedOperation ActivatedOperation
Gets the app activation operation.
public : ActivatedOperation ActivatedOperation { get; }public ActivatedOperation ActivatedOperation { get; }Public ReadOnly Property ActivatedOperation As ActivatedOperation// You can use this property in JavaScript.
The activated operation.
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 activation type.
public : ActivationKind Kind { get; }public ActivationKind Kind { get; }Public ReadOnly Property Kind As ActivationKind// You can use this property in JavaScript.
One of the enumeration values.
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
One of the enumeration values.
SplashScreen SplashScreen SplashScreen SplashScreen
Gets the splash screen object that 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 object that provides splash screen information.