GDPREnabledOption

sealed class GDPREnabledOption

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
Link copied to clipboard
class Listener(val listener: GDPRListener) : GDPREnabledOption