AATVendorConsentDelegate

@objc public protocol AATVendorConsentDelegate {

    /// Gets the consent for an ad network
    /// - Parameter network: the ad network to get consent for it
    /// - Returns: A ``NonIABConsent`` state for the passed ad network
    func getConsentForNetwork(_ network: AATAdNetwork) -> NonIABConsent

    /// Gets the consent for AddApptr GmbH as the legal entity holding the Gravite brand.
    /// -Returns: A ``NonIABConsent`` state for AddApptr GmbH.
    func getConsentForAddapptr() -> NonIABConsent
}

Last updated