Struct FlagChangeEvent
A parameter class used with FlagChanged.
Inherited Members
Namespace: LaunchDarkly.Sdk.Server.Interfaces
Assembly: LaunchDarkly.ServerSdk.dll
Syntax
public struct FlagChangeEvent
Remarks
This is not an analytics event to be sent to LaunchDarkly; it is a notification to the application.
Constructors
| Edit this page View SourceFlagChangeEvent(string)
Constructs a new instance.
Declaration
public FlagChangeEvent(string key)
Parameters
Type | Name | Description |
---|---|---|
string | key | the key of the feature flag whose configuration has changed |
Properties
| Edit this page View SourceKey
The key of the feature flag whose configuration has changed.
Declaration
public string Key { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
The specified flag may have been modified directly, or this may be an indirect change due to a change in some other flag that is a prerequisite for this flag, or a user segment that is referenced in the flag's rules.