no-consent-given
Last updated
Was this helpful?
jentis.consent.engine.no-consent-given
Triggered when no vendors have positive consent — either because the user just denied consent or no prior consent exists.
jentis.consent.engine.addEventListener('jentis.consent.engine.no-consent-given', function (e) {
console.log("No consent given.");
});e.detail)No additional data is passed with this event.
Last updated
Was this helpful?
Was this helpful?