init
Last updated
Was this helpful?
jentis.consent.engine.init
Indicates that the Consent JavaScript SDK is fully loaded and ready to use.
jentis.consent.engine.addEventListener('jentis.consent.engine.init', function (e) {
console.log("Consent SDK initialized.");
});e.detail)No additional data is passed with this event.
Last updated
Was this helpful?
Was this helpful?