Interface: AppNotificationServiceContract
Defined in: src/services/AppNotificationService.ts:45
Contract describing app notification operations from the renderer.
Propertiesโ
initializeโ
initialize: () => Promise<void>;
Defined in: src/services/AppNotificationService.ts:47
Ensure preload bridge initialization.
Returnsโ
Promise<void>
notifyAppEventโ
notifyAppEvent: (request: AppNotificationRequest) => Promise<void>;
Defined in: src/services/AppNotificationService.ts:54
Requests a generic system notification.
Parametersโ
requestโ
Notification request payload.
Returnsโ
Promise<void>