Crate tauri_plugin_notification

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
Notification
Access to the notification APIs.
NotificationBuilder
The notification builder.
NotificationData
PendingNotification
ScheduleInterval

Enums§

Error
PermissionState
Permission state.
Schedule
ScheduleEvery

Traits§

NotificationExt
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