Vendor Consent
class VendorConsent(vendorConsentDelegate: VendorConsent.VendorConsentDelegate) : ConsentImplementation, Consent
Type of Consent where the publisher can pass Non-IAB consent state for specific vendors. Will read the IAB consent string and CCPA string from SharedPreferences if available.
Parameters
vendor Consent Delegate
The VendorConsent.VendorConsentDelegate instance. Must not be null.
Types
Link copied to clipboard
interface VendorConsentDelegate