4 Matching Annotations
- May 2020
-
www.iubenda.com www.iubenda.com
-
isConsentGiven()
So you can store consent for a specific category. But how do you check if they've given consent to a specific category??
-
storeConsent()
From https://www.iubenda.com/en/help/18678-cookie-solution-consents-migration:
Per-category consent
_iub.cs.api.storeConsent()
allows to set purposes too and accepts an optional argument which can be{consent: true}
,{consent: false}
or{purposes: {1: true, 2: false, …}}
. If no argument is specified it acts as if{consent: true}
was passed.So you can store consent for a specific category. But how do you check if they've given consent to a specific category??
-
- Apr 2020
-
github.com github.com
-
def self.broadcast(logger) # :nodoc:
-
-
stackoverflow.com stackoverflow.com
-
For some unknown and unfortunate reason, this method is undocumented but you can refer to the source code or blog posts to learn how it works or see examples.
-