This method is deprecated.
Deprecated. This method will continue to work, but a newer version is available. Use the setConsentPolicy() method instead.
If this method is already in your code, it will continue to work.
To stay compatible with future changes, migrate to setConsentPolicy().
To migrate to the new method:
Add the new import statement:
If you plan to migrate all methods that use setConsentPolicy(),
remove the original import { consentPolicy } from "wix-window-frontend"; statement.
Look for any code that uses consentPolicy.setConsentPolicy(),
and replace it with the new import.
Update your code to work with the new setConsentPolicy()
call and response properties.
Test your changes to make sure your code behaves as expected.
Note: Check the new method documentation for any differences in parameters, return values, or behavior compared to the deprecated setConsentPolicy() method.
Sets the current site visitor's consent policy regarding allowed cookies and data transfer to 3rd parties, such as for GDPR or CCPA purposes.
You can use the onConsentPolicyChanged() event to listen for
changes made when a site visitor changes their consent policy with setConsentPolicy(). Handle
the policy change accordingly in the event.
Changes to the consent policy take affect after the page is refreshed.
An object representing the cookies of the site visitor's consent policy.