VendorConsent

/**
 * Type of [Consent] where the publisher can pass Non-IAB consent state for specific vendors.
 *
 * @param vendorConsentDelegate The [VendorConsent.VendorConsentDelegate] instance. Must not be null.
 */
class VendorConsent(vendorConsentDelegate: VendorConsentDelegate) : ConsentImplementation() {
}

Last updated