Interface FeatureFlagChangeListener

    • Method Detail

      • onFeatureFlagChange

        void onFeatureFlagChange​(java.lang.String flagKey)
        The SDK calls this method when a feature flag value has changed for the current evaluation context.

        To obtain the new value, call one of the client methods such as LDClientInterface.boolVariation(String, boolean).

        Parameters:
        flagKey - the feature flag key