II.
LibraryProcess overview
Reference · livelib-process:desktop-development--native-notifications
specializations/desktop-development/native-notifications overview
Native Notifications Implementation - Implement platform-native notification systems for Windows (Toast/Action Center), macOS (Notification Center), and Linux (libnotify/D-Bus).
Attributes
displayName
specializations/desktop-development/native-notifications
description
Native Notifications Implementation - Implement platform-native notification systems for Windows
(Toast/Action Center), macOS (Notification Center), and Linux (libnotify/D-Bus).
libraryPath
library/specializations/desktop-development/native-notifications.js
specialization
desktop-development
references
- - Electron Notification: https://www.electronjs.org/docs/latest/api/notification
- - Windows Toast Notifications: https://docs.microsoft.com/en-us/windows/apps/design/shell/tiles-and-notifications/toast-notifications
- - macOS User Notifications: https://developer.apple.com/documentation/usernotifications
example
const result = await orchestrate('specializations/desktop-development/native-notifications', {
projectName: 'MyDesktopApp',
framework: 'Electron',
notificationTypes: ['basic', 'action', 'progress', 'scheduled'],
targetPlatforms: ['windows', 'macos', 'linux']
});
usesAgents
- notification-analyst
- native-notification-builder
- native-notification-api-integrator
- action-notification-developer
- progress-notification-developer
- scheduled-notification-developer
- permissions-developer
- notification-validator
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:desktop-development·Specialization
lib_implements_workflow2
- workflow:desktop-app-release·WorkflowDesktop App Release
- workflow:release-management·Workflow
lib_involves_role2
- role:desktop-developer·RoleDesktop Application Developer
- role:fullstack-engineer·RoleFullstack Engineer
lib_requires_skill_area2
- skill-area:desktop-ui-frameworks·SkillAreaDesktop UI Frameworks
- skill-area:cross-platform-desktop·SkillAreaCross-Platform Desktop Development
Incoming edges
None.