Skip to content

Interface IFeatureFlagContributor

Namespace: Cephalon.Abstractions.Features
Assembly: Cephalon.Abstractions.dll

Allows a module to contribute feature flags to the active runtime.

public interface IFeatureFlagContributor

RegisterFeatureFlags(IFeatureFlagRegistry)

Section titled “ RegisterFeatureFlags(IFeatureFlagRegistry)”

Registers the feature flags owned by the contributing module.

void RegisterFeatureFlags(IFeatureFlagRegistry registry)

registry IFeatureFlagRegistry

The registry that receives feature-flag descriptors.