UserConsent

data class UserConsent(val comScore: ComScoreUserConsent = ComScoreUserConsent.UNKNOWN, val commandersActConsentServices: List<String> = emptyList())

Represents the user consent for various data collection and processing purposes.

Constructors

Link copied to clipboard
constructor(comScore: ComScoreUserConsent = ComScoreUserConsent.UNKNOWN, commandersActConsentServices: List<String> = emptyList())

Properties

Link copied to clipboard

A list of consent services for Commanders Act. Defaults to an empty list.

Link copied to clipboard

The user consent for ComScore data collection. Defaults to ComScoreUserConsent.UNKNOWN.