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§

Action
ActionType
ActiveNotification
Attachment
Channel
ChannelBuilder
NotificationData
Notifications
Access to the notification APIs.
NotificationsBuilder
The notification builder.
PendingNotification
PermissionResponse
ScheduleInterval

Enums§

Error
Importance
PermissionState
Permission state.
Schedule
ScheduleEvery
Visibility

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