setCcpaConsent

abstract fun setCcpaConsent(context: Context, hasGrantedCcpaConsent: Boolean, privacyString: String)

Notify the partner of CCPA consent. https://github.com/InteractiveAdvertisingBureau/USPrivacy/blob/master/CCPA/US%20Privacy%20String.md for more details regarding the CCPA privacy string.

Parameters

context

The current Context.

hasGrantedCcpaConsent

True if the user has granted CCPA consent, false otherwise.

privacyString

The CCPA privacy string.