Skip to content

Enum FeatureFlagSourceKind

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

Identifies who owns a feature flag visible to the active runtime.

public enum FeatureFlagSourceKind

Host = 0

Indicates the feature flag is host-owned and was configured directly by the app.

Module = 1

Indicates the feature flag is module-owned and was contributed by a Cephalon module.