Edit

Share via


ToastNotificationActivatedEventArgsCompat Class

Definition

Provides information about an event that occurs when the app is activated because a user tapped on the body of a toast notification or performed an action inside a toast notification.

public class ToastNotificationActivatedEventArgsCompat
type ToastNotificationActivatedEventArgsCompat = class
Public Class ToastNotificationActivatedEventArgsCompat
Inheritance
ToastNotificationActivatedEventArgsCompat

Properties

Argument

Gets the arguments from the toast XML payload related to the action that was invoked on the toast.

UserInput

Gets a set of values that you can use to obtain the user input from an interactive toast notification.

Applies to