Shut down the client and release any resources it holds. Called by the provider during Provider.onClose after flush.
Track a custom event for the given context.
The name of the event.
The context to associate with the event.
Optional data: anyOptional additional information to attach to the event.
Optional Optional metricValue: numberOptional numeric metric value to associate with the event.
Optional Evaluate a flag and return the value along with details of how it was calculated.
The unique key of the feature flag.
The context to evaluate the flag against.
The value to return if the flag cannot be evaluated.
A promise which resolves to the evaluation detail.
Generated using TypeDoc
The minimal LDClient contract required by the OpenFeature provider. Any LaunchDarkly server-side LDClient should satisfy this interface.