Initialize the cookie consent framework with the constructor
var cookieSettings = new BootstrapCookieConsent()
On a new visit the dialog is automatically shown. For reconfiguration
show the Dialog again with cookieSettings.showDialog()
.
Read all cookie settings with cookieSettings.getSettings()
Read a specific cookie setting with cookieSettings.getSettings('analysis')