addFeatureFlags

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

Add a collection of feature flags. This method behaves exactly the same as calling addFeatureFlag for each of the FeatureFlag objects.

Parameters

featureFlags

the feature flags to add

See also