Package com.intentsoftware.addapptr
Interface VendorConsent.VendorConsentDelegate
-
- All Implemented Interfaces:
public interface VendorConsent.VendorConsentDelegate
-
-
Method Summary
Modifier and Type Method Description abstract NonIABConsentgetConsentForNetwork(AdNetwork network)Gets the consent for given ad network abstract NonIABConsentgetConsentForAddapptr()Gets the consent for AddApptr GmbH as the legal entity holding the Gravite brand. -
-
Method Detail
-
getConsentForNetwork
abstract NonIABConsent getConsentForNetwork(AdNetwork network)
Gets the consent for given ad network
-
getConsentForAddapptr
abstract NonIABConsent getConsentForAddapptr()
Gets the consent for AddApptr GmbH as the legal entity holding the Gravite brand. Will only be used if there is no TCF2 consent string available.
-
-
-
-