Documentation Index

Fetch the complete documentation index at: https://usercentrics.document360.io/llms.txt

Use this file to discover all available pages before exploring further.

Welcome to our new beta documentation experience! Let us know what you think below, under "Was this article helpful?" 👍 👎

UC_CONSENT

Prev Next

This event gets triggered when consent changes.

Event Detail Structure

The event.detail that is returned will contain a ConsentDetails object

Example

window.addEventListener('UC_CONSENT', function (event) {
  console.log('UC_CONSENT event detail', event.detail)
});