Skip to main content

Crate tauri_plugin_notification

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.

§Cargo features

  • windows7-compat: Adds support for the legacy Windows 7 notification implementation and Windows-version detection.

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