DataPreferences

data class DataPreferences(val consentForTargetedAds: Boolean?, val consentForAnalytics: Boolean?, val consentForPerformanceTracking: Boolean?)

Data class representing preferences related to the user's consent for various types of data usage, including targeted advertising, analytics, and performance tracking.

Constructors

Link copied to clipboard
constructor(consentForTargetedAds: Boolean?, consentForAnalytics: Boolean?, consentForPerformanceTracking: Boolean?)

Properties

Link copied to clipboard

User consent to collect and use data for analytics and insights.

Link copied to clipboard

User consent to track data for enhancing app or service performance.

Link copied to clipboard

User consent to use their data for targeted advertising purposes.