Interface IGdprConfigService

All Superinterfaces:
IComponent, IComponentProvider, IInitializable, IURIResolver

public interface IGdprConfigService extends IComponentProvider
  • Method Details

    • getConfig

      IGdprConfig getConfig()
    • updateConfig

      void updateConfig(IGdprConfig config) throws Exception
      Throws:
      Exception
    • isPrivacyEnabled

      boolean isPrivacyEnabled()
    • activateListener

      void activateListener()
    • deactivateListener

      void deactivateListener()
    • setObserver

      void setObserver(IGdprReconfigure observer)