Package 

Class DataCollectionUtils

    • Method Detail

      • areConfigsEquals

         static boolean areConfigsEquals(@NonNull() BatchDataCollectionConfig config, @NonNull() BatchDataCollectionConfig config2)

        Method to compare two batch privacy data config.

        Globally used to check if a new config is different from the old oneSo if one of the configs field is null, we consider it as equal because we consider a null field as an unchanged value from the previous configuration.

        Parameters:
        config - The new config
        config2 - The old config