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.