Interface Consent

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Unit setNoConsentNetworkStopSet(Set<AdNetwork> stopSet) Sets to set the networks that will not be requested if they do not have the TCF2 consent.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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.