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.

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)
});