Skip to main content

Interface: NotificationsApiInterface

Defined in: electron/preload/domains/notificationsApi.ts:21

Renderer-facing notification API exposed via the preload bridge.

Properties

updatePreferences()

updatePreferences: (preferences: NotificationPreferenceUpdate) => Promise<void>

Defined in: electron/preload/domains/notificationsApi.ts:27

Updates the system notification preferences stored in the main process.

Parameters

preferences

NotificationPreferenceUpdate

Notification preference payload.

Returns

Promise<void>