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