set Ccpa Consent
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.
has Granted Ccpa Consent
True if the user has granted CCPA consent, false otherwise.
privacy String
The CCPA privacy string.