GDPROption

sealed class GDPROption

Option class indicating if the GDPR should be enabled or not.

Inheritors

Types

Link copied to clipboard

GDPR is disabled.

Link copied to clipboard
class Enabled(val option: GDPREnabledOption) : GDPROption

GDPR is enabled. You will have to provide a mandatory option with url or listener parameter.