Skip to main content

Interface: AppNotificationServiceContract

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

Contract describing app notification operations from the renderer.

Propertiesโ€‹

initialize()โ€‹

initialize: () => Promise<void>

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

Ensure preload bridge initialization.

Returnsโ€‹

Promise<void>


notifyAppEvent()โ€‹

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

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

Requests a generic system notification.

Parametersโ€‹

requestโ€‹

AppNotificationRequest

Notification request payload.

Returnsโ€‹

Promise<void>