.. _module-notification: Notification -------------------------- * **Identifier** - NOTIFICATION * **Description** - Allows to show notifications during rule execution. * **Current Version** - 1 * **Initialization** - None * **Destroy** - None * **Dependencies** - :ref:`module-core` Performer Status Bar ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. cssclass:: table-bordered +--------------+---------------------------------+--------------+--------------+----------------------------------------+ | Name | STATUS-BAR | +--------------+---------------------------------+--------------+--------------+----------------------------------------+ | Description | Shows a notification on status bar. | +--------------+---------------------------------+--------------+--------------+----------------------------------------+ .. cssclass:: table-bordered +--------------+---------------------------------+--------------+--------------+----------------------------------------+ | | Type | Name | Required | Description | +==============+=================================+==============+==============+========================================+ | Parameters | CORE.STRING | TITLE | Yes | Notification title. | + +---------------------------------+--------------+--------------+----------------------------------------+ | | CORE.STRING | MESSAGE | Yes | Notification message. | +--------------+---------------------------------+--------------+--------------+----------------------------------------+ Performer Toast ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. cssclass:: table-bordered +--------------+---------------------------------+--------------+--------------+----------------------------------------+ | Name | TOAST | +--------------+---------------------------------+--------------+--------------+----------------------------------------+ | Description | Shows a toast notification. | +--------------+---------------------------------+--------------+--------------+----------------------------------------+ .. cssclass:: table-bordered +--------------+---------------------------------+--------------+--------------+----------------------------------------+ | | Type | Name | Required | Description | +==============+=================================+==============+==============+========================================+ | Parameters | CORE.STRING | TEXT | Yes | Message to show. | +--------------+---------------------------------+--------------+--------------+----------------------------------------+