Right to data access

Its purpose is to disable the right to access data from your modal, its default value is true.

To use the Web SDK please install the snippet first.

It can be set by using:

getComplied.rightToAccessData = false;

If you need to hide the functionality but still access it by commands (requires rightToAccessData enabled):

getComplied.rightToAccessDataVisible = false;

Last updated