Class IABConfigurationHelper


  • public class IABConfigurationHelper
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void fromArrayToDictionary​(IABConfigurationTCFV1 iabConfigurationTCFV1)  
      void initialize​(io.didomi.sdk.config.SDKConfiguration sdkConfiguration, IABConfiguration iabConfiguration, boolean shouldUseV2)
      Update some properties after the vendor list has been loaded from JSON
      <T> java.util.Map<java.lang.String,​T> listToMap​(java.util.Collection<T> list)  
      • Methods inherited from class java.lang.Object

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

      • IABConfigurationHelper

        public IABConfigurationHelper()
    • Method Detail

      • initialize

        public void initialize​(io.didomi.sdk.config.SDKConfiguration sdkConfiguration,
                               IABConfiguration iabConfiguration,
                               boolean shouldUseV2)
        Update some properties after the vendor list has been loaded from JSON
      • fromArrayToDictionary

        protected void fromArrayToDictionary​(IABConfigurationTCFV1 iabConfigurationTCFV1)
      • listToMap

        public <T> java.util.Map<java.lang.String,​T> listToMap​(java.util.Collection<T> list)