Notifies about the need to show the consent dialog.
document.addEventListener('managedConsentNeedsUserInterface', (data: any) => { console.log('managedConsentNeedsUserInterface'); });
Last updated 1 year ago