Cookie Consent

Add-On

GDPR-compliant cookie consent management with customizable banners and preference controls.

Status
Testing
Version
v1.0.0
Supported Version
TBD
Released
2026-03-15
Licensing
Free
Usage Example

Here's how you'll use Cookie Consent with Oorian once the extension is available:

Java
// Create and configure Cookie Consent component
CookieConsent component = new CookieConsent();
component.setWidth("100%");
component.setHeight("400px");

// Configure component options
component.setEnabled(true);

// Register for events using Oorian's event model
component.registerForEvent(this, CookieConsentEvent.class);

// Add to your page
container.addElement(component);

Note: This is a preview of the expected API. The actual implementation may vary slightly when released.