addFeatureFlags

open fun addFeatureFlags(@NonNull featureFlags: Iterable<FeatureFlag>)

Add a collection of feature flags. This method behaves exactly the same as calling {@link #addFeatureFlag(String, String)} for each of the {@code FeatureFlag} objects.