managedConsentNeedsUserInterface

Overview

Notifies about the need to show the consent dialog.

Examples

document.addEventListener('managedConsentNeedsUserInterface', (data: any) => {
  console.log('managedConsentNeedsUserInterface');
});

Last updated