Consent Management
Implement your own cookie consent solution for your Flipbook.
Get current cookie consent
async function iPaperInit() {
await iPaperAPI.getCookieConsent();
}{
allowAdvertisingCookies: true
allowFunctionalCookies: true
allowPerformanceCookies: true
allowStrictlyNecessaryCookies: true
hasPreviousCookieConsent: true
}Set/Update cookie consent
Cookie consent updated callback
Cookie policy callback
Last updated