Skip to main content

Interface: AppNotificationServiceContract

Defined in: src/services/AppNotificationService.ts:44

Contract describing app notification operations from the renderer.

Propertiesโ€‹

initialize()โ€‹

initialize: () => Promise<void>

Defined in: src/services/AppNotificationService.ts:46

Ensure preload bridge initialization.

Returnsโ€‹

Promise<void>


notifyAppEvent()โ€‹

notifyAppEvent: (request: AppNotificationRequest) => Promise<void>

Defined in: src/services/AppNotificationService.ts:53

Requests a generic system notification.

Parametersโ€‹

requestโ€‹

AppNotificationRequest

Notification request payload.

Returnsโ€‹

Promise<void>