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