Expand description
Notification IPC Service
Provides an IPC endpoint for desktop notification delivery. User-space applications send notification messages to the well-known notification endpoint, and this service dispatches them to the desktop notification manager for rendering as toast popups.
Structs§
- Notification
IpcServer - Notification IPC server that handles incoming notification messages and dispatches them to the desktop notification manager.
- Notification
Message - A notification IPC message sent from user-space to the notification service.
Enums§
- Notification
Message Type - Type of notification IPC message.
Functions§
- init
- Initialize the notification IPC service.
- is_
initialized - Check whether the notification IPC service has been initialized.