ToastNotificationActionTriggerDetail ToastNotificationActionTriggerDetail ToastNotificationActionTriggerDetail ToastNotificationActionTriggerDetail Class

Definition

Represents the details of a toast action trigger.

public : sealed class ToastNotificationActionTriggerDetail : IToastNotificationActionTriggerDetailpublic sealed class ToastNotificationActionTriggerDetail : IToastNotificationActionTriggerDetailPublic NotInheritable Class ToastNotificationActionTriggerDetail Implements IToastNotificationActionTriggerDetail// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Properties

Argument Argument Argument Argument

Gets a value representing the argument that was passed.

public : PlatForm::String Argument { get; }public string Argument { get; }Public ReadOnly Property Argument As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The argument that was passed.

UserInput UserInput UserInput UserInput

Gets a value indicating the user's action.

public : ValueSet UserInput { get; }public ValueSet UserInput { get; }Public ReadOnly Property UserInput As ValueSet// You can use this property in JavaScript.
Value
ValueSet ValueSet ValueSet ValueSet

A value indicating the user's action.