c.l.cladDocs

Privacy & cookie consent

Control storage and analytics with granular cookie-consent levels.

await chat.setCookieConsent("functional"); // all | functional | essential | none
LevelBehavior
allEssential + functional + analytics storage allowed.
functionalEssential + functional; analytics disabled.
essentialOnly strictly necessary storage.
noneHides the widget, clears local/session storage, disables chat.

For logout on shared devices, prefer shutdown({ clearStorage: true }).