-
public class DataCollectionUtils
-
-
Method Summary
Modifier and Type Method Description static booleanareConfigsEquals(@NonNull() BatchDataCollectionConfig config, @NonNull() BatchDataCollectionConfig config2)Method to compare two batch privacy data config. -
-
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 configconfig2- The old config
-
-
-
-