Automatically accept the privacy policy for the Dashboard without having to give consent in the console.
new DBD.Dashboard({ acceptPrivacyPolicy: Boolean, });
new DBD.Dashboard({ acceptPrivacyPolicy: true, });
Whether or not to automatically accept the privacy policy.
Was this page helpful?