Preferences

data class Preferences(val marketing: MarketingPreferences?, val data: DataPreferences?)

Data class representing user-defined preferences related to data consent and marketing communication.

Constructors

Link copied to clipboard
constructor(marketing: MarketingPreferences?, data: DataPreferences?)

Properties

Link copied to clipboard

Preferences related to the user's consent for various types of data usage.

Link copied to clipboard

Preferences related to the user's choice to receive marketing communications.