Skip to content

NotificationState

NotificationState = { state: "disabled"; } | { state: "enabled"; } | { error: NotificationError; state: "failed"; }

Defined in: sdks/js/node-sdk/src/Notifications.ts:44

Local notification state. Reading it makes no backend request.