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.

Structs§

Action
ActionType
ActiveNotification
Attachment
Channel
ChannelBuilder
Notification
Access to the notification APIs.
NotificationBuilder
The notification builder.
NotificationData
PendingNotification
ScheduleInterval

Enums§

Error
Importance
PermissionState
Permission state.
Schedule
ScheduleEvery
Visibility

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