Feature Flags
Interface for evaluating feature flags.
Functions
Calculates the value of a boolean feature flag
Calculates the value of a double feature flag
Calculates the value of an enum feature flag
Calculates the value of an int feature flag
Calculates the value of a json feature flag
Calculates the value of a string feature flag
Calculates the value of a boolean feature flag for the given key and attributes.
Calculates the value of a JSON feature flag for the given key and attributes and returns it as a json string.
Registers a tracker for the value of a boolean feature flag for the given key and attributes.
Registers a tracker for the value of a double feature flag for the given key and attributes.
Registers a tracker for the value of an enumerated feature flag for the given key and attributes.
Registers a tracker for the value of an integer feature flag for the given key and attributes.
Registers a tracker for the value of a JSON feature flag for the given key and attributes.
Registers a tracker for the value of a string feature flag for the given key and attributes.