ToastNotificationActionTrigger ToastNotificationActionTrigger ToastNotificationActionTrigger ToastNotificationActionTrigger Class

Definition

Represents an event that causes a background task to run when the user performs an action on an interactive toast notification.

public : sealed class ToastNotificationActionTrigger : IBackgroundTriggerpublic sealed class ToastNotificationActionTrigger : IBackgroundTriggerPublic NotInheritable Class ToastNotificationActionTrigger Implements IBackgroundTrigger// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Constructors

ToastNotificationActionTrigger() ToastNotificationActionTrigger() ToastNotificationActionTrigger() ToastNotificationActionTrigger()

Creates and initializes a new instance of the ToastNotificationActionTrigger class.

public : ToastNotificationActionTrigger()public ToastNotificationActionTrigger()Public Sub New()// You can use this method in JavaScript.
See Also

ToastNotificationActionTrigger(String) ToastNotificationActionTrigger(String) ToastNotificationActionTrigger(String) ToastNotificationActionTrigger(String)

Creates and initializes a new instance of the ToastNotificationActionTrigger class for the app with the specified identifier.

public : ToastNotificationActionTrigger(PlatForm::String applicationId)public ToastNotificationActionTrigger(String applicationId)Public Sub New(applicationId As String)// You can use this method in JavaScript.
Parameters
applicationId
PlatForm::String String String String

The identifier of the app for which you want to create an instance of the ToastNotificationActionTrigger class.