CCPAConfig

data class CCPAConfig @JvmOverloads constructor(val explicitNotice: CCPAConsent = CCPAConsent.NOT_APPLICABLE, val optOut: CCPAConsent = CCPAConsent.NOT_APPLICABLE, val lspa: CCPAConsent = CCPAConsent.NOT_APPLICABLE)

Parameters

explicitNotice
  • Explicit notice for collecting consent. Return YES if the user was presented with the opt-out choice, NO otherwise. The default is NOT_APPLICABLE.

optOut
  • Whether the user has opted out of the sale of their personal information. The default is NOT_APPLICABLE.

lspa
  • Whether information should operate within the Limited Service Provider Agreement. The default is NOT_APPLICABLE.

Constructors

Link copied to clipboard
constructor(explicitNotice: CCPAConsent = CCPAConsent.NOT_APPLICABLE, optOut: CCPAConsent = CCPAConsent.NOT_APPLICABLE, lspa: CCPAConsent = CCPAConsent.NOT_APPLICABLE)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard