NotificationsExt

Trait NotificationsExt 

Source
pub trait NotificationsExt<R: Runtime> {
    // Required method
    fn notifications(&self) -> &Notifications<R>;
}
Expand description

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

Required Methods§

Implementors§

Source§

impl<R: Runtime, T: Manager<R>> NotificationsExt<R> for T