OptimizelyConfigUpdate notification listener
This topic describes the OptimizelyContfigUpdate notification listener.
Subscribe to the OptimizelyConfigUpdate notification listener to find out when the Feature Experimentation SDK's config manager has fetched an updated datafile. You can use the notification to re-evaluate some or all of your flag rules to ensure that updates are reflected as quickly as possible. The notification listener triggers on any datafile update. Datafile updates take place when there are any changes to the configuration or entities in the datafile's environment. For more information, see Get the datafile.
Parameters
When the listener is triggered, the information provided is the output of Get Optimizely Config
. For information, see the following SDK documentation on OptimizelyConfig.
- Android SDK
- C# SDK
- Flutter SDK
- Go SDK
- Java SDK
- JavaScript (Browser) SDK
- JavaScript (Node) SDK
- PHP SDK
- React SDK
- React Native SDK
- Ruby SDK
- Python SDK
- Swift SDK
Examples
For code examples, see the following SDK documentation about notification listeners:
Updated 28 days ago