const consentListeners = []; window.ConsentListener = (callback) => { consentListeners.push(callback); }; const onConsentChange = (consent) => { consentListeners.forEach((callback) => { callback(consent); }); };

Already have an account? Log in instead!

Only letters and the dot (.) character, followed by a space, are allowed.
Only letters and the dot (.) character, followed by a space, are allowed.
(E.g.: 05/31/1970)
Optional