rafallopatka / ToastNotifications

Toast notifications for WPF allows you to create and display rich notifications in WPF applications. It's highly configurable with set of built-in options like positions, behaviours, themes and many others. It's extendable, it gives you possibility to create custom and interactive notifications in simply manner.
GNU Lesser General Public License v3.0
718 stars 171 forks source link

Different life time for notifications #92

Closed uday-teja closed 5 years ago

uday-teja commented 5 years ago

Hi would like to give different life time for notifications. can anyone help me achieve this ?

rafallopatka commented 5 years ago

Hi,

Check that https://github.com/rafallopatka/ToastNotifications/blob/master-v2/Docs/Configuration.md#notification-lifetime

You can change between different lifetimes, customize them, or create your own implementation.

Best regards.

uday-teja commented 5 years ago

Here, i would like to create a single instance of notifier and later i want to change only lifetime for it.

rafallopatka commented 5 years ago

It's not supported as it is shown in examples, when you want to switch lifetime and other crucial settings, you have to dispose existing notifier and create new one with new configuration

uday-teja commented 5 years ago

Okay Thank you 👍 but, its nice to have this feature.