Crate tauri_plugin_notifications

Crate tauri_plugin_notifications 

Source
Expand description

Send message notifications (brief auto-expiring OS window element) to your user. Can also be used with the Notification Web API.

Structs§

ActiveNotification
Attachment
NotificationData
Notifications
Access to the notification APIs.
NotificationsBuilder
The notification builder.
PendingNotification
ScheduleInterval

Enums§

Error
PermissionState
Permission state.
Schedule
ScheduleEvery

Traits§

NotificationsExt
Extensions to tauri::App, tauri::AppHandle, tauri::WebviewWindow, tauri::Webview and tauri::Window to access the notification APIs.

Functions§

init
Initializes the plugin.

Type Aliases§

Result