Package com.intentsoftware.addapptr
Interface Consent
-
- All Implemented Interfaces:
public interface ConsentUsed for passing of detailed GDPR consent. Possible implementations: ManagedConsent, SimpleConsent, VendorConsent.
-
-
Method Summary
Modifier and Type Method Description abstract UnitsetNoConsentNetworkStopSet(Set<AdNetwork> stopSet)Sets to set the networks that will not be requested if they do not have the TCF2 consent. -
-
Method Detail
-
setNoConsentNetworkStopSet
abstract Unit setNoConsentNetworkStopSet(Set<AdNetwork> stopSet)
Sets to set the networks that will not be requested if they do not have the TCF2 consent. Only works if TCF2 compliant CMP is used.
- Parameters:
stopSet- Set of networks not to be requested without TCF2 consent.
-
-
-
-