GDPREnabledOption

sealed class GDPREnabledOption

The option to configure the behavior when the visitor touches the "More information" button in the GDPR message.

GDPR options available when the user clicks to get more info on the GDPR policy. You can choose between automatically opening a given URL or be notified by listener.

Inheritors

Types

Link copied to clipboard
class LegalUrl(val legalInformationURI: Uri) : GDPREnabledOption

Let the iAdvize SDK open the specified URL.

Link copied to clipboard
class Listener(val listener: GDPRListener) : GDPREnabledOption

Notify the specified listener. You can use this option to open a dedicated screen in your app.