You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> If evaluation called before Java SDK client initialized, you set the wrong flag key/user for the evaluation or the related feature flag
287
287
is not found SDK will return the default value you set. `EvalDetail` will explain the details of the latest evaluation including error raison.
288
288
289
+
### Flag Tracking
290
+
You can register registers a listener to be notified of feature flag changes in general.
291
+
292
+
Note that a flag value change listener is bound to a specific user and flag key.
293
+
294
+
The flag value change listener will be notified whenever the SDK receives any change to any feature flag's configuration, or to a user segment that is referenced by a feature flag.
295
+
To register a flag value change listener, use 'FlagTracker#addFlagValueChangeListener' method.
296
+
297
+
The flag value change listener just call the `onFlagValueChange` method **_only if_** the flag value changes.
0 commit comments