Skip to main content

Module notifications_cmd

Module notifications_cmd 

Source
Expand description

Tauri commands for the in-app notification log.

§Commands

  • notifications_list — return notifications, optionally filtered by timestamp.
  • notification_dismiss — remove a notification from the log by id.

Functions§

notification_dismiss
Dismiss (remove) a notification by its id.
notifications_list
Return all notifications stored in the log.