Disclaimer: This website requires Please enable JavaScript in your browser settings for the best experience.

The availability of features may depend on your plan type. Contact your Customer Success Manager if you have any questions.

Dev guideRecipesAPI ReferenceChangelog
Dev guideAPI ReferenceUser GuideGitHubDev CommunityOptimizely AcademySubmit a ticketLog In
Dev guide

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.

Examples

For code examples, see the following SDK documentation about notification listeners: