For the complete documentation index, see llms.txt. This page is also available as Markdown.

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)

No additional data is passed with this event.

Last updated

Was this helpful?