PrivacySettings

class PrivacySettings(val isUserConsent: Boolean? = null, val isAgeRestrictedUser: Boolean? = null, val isDoNotSell: Boolean? = null)

Constructors

Link copied to clipboard
constructor(isUserConsent: Boolean? = null, isAgeRestrictedUser: Boolean? = null, isDoNotSell: Boolean? = null)

Properties

Link copied to clipboard

COPPA

Link copied to clipboard
val isDoNotSell: Boolean? = null

CCPA

Link copied to clipboard
val isUserConsent: Boolean? = null

GDPR

Link copied to clipboard
Link copied to clipboard

US_PRIVACY https://github.com/InteractiveAdvertisingBureau/USPrivacy/blob/master/CCPA/US%20Privacy%20String.md

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int