Edit

Share via


ToastButtonSnooze Constructors

Definition

Overloads

ToastButtonSnooze()

Initializes a new instance of the ToastButtonSnooze class.

ToastButtonSnooze(String)

Initializes a new instance of the ToastButtonSnooze class. Initializes a system-handled snooze button that displays your text on the button and automatically handles snoozing.

ToastButtonSnooze()

Initializes a new instance of the ToastButtonSnooze class.

public ToastButtonSnooze ();
Public Sub New ()

Applies to

ToastButtonSnooze(String)

Initializes a new instance of the ToastButtonSnooze class. Initializes a system-handled snooze button that displays your text on the button and automatically handles snoozing.

public ToastButtonSnooze (string customContent);
new Microsoft.Toolkit.Uwp.Notifications.ToastButtonSnooze : string -> Microsoft.Toolkit.Uwp.Notifications.ToastButtonSnooze
Public Sub New (customContent As String)

Parameters

customContent
String

The text you want displayed on the button.

Applies to