.. wxPython Phoenix documentation

   This file was generated by Phoenix's sphinx generator and associated
   tools, do not edit by hand.

   Copyright: (c) 2011-2020 by Total Control Software
   License:   wxWindows License

.. include:: headings.inc



.. _wx.adv.NotificationMessage.DismissalReason:

==========================================================================================================================================
|phoenix_title|  **wx.adv.NotificationMessage.DismissalReason**
==========================================================================================================================================



The `DismissalReason` enumeration provides the following values:



================================================================================ ================================================================================
**Description**                                                                  **Value**
================================================================================ ================================================================================
Unknown                                                                          Reason unknown, possibly unsupported on this platform. 
                     
ByUser                                                                           The user dismissed the notification. 
                     
ByApp                                                                            The application itself closed the notification. 
                     
TimedOut                                                                         The notification expired after reaching its timeout. 
                     
================================================================================ ================================================================================

|

