Skip to content

NotificationState

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

Defined in: sdks/js/node-sdk/dist/index.d.ts:455

Local notification state. Reading it makes no backend request.