UserConsent

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

User consent

Constructors

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

Properties

Link copied to clipboard

CommandersAct consent services list.

Link copied to clipboard

ComScore user consent.