Interface FeatureFlagListener


public interface FeatureFlagListener
Author:
Drew Brokke
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onValue(long companyId, String featureFlagKey, boolean enabled)
     
  • Method Details

    • onValue

      void onValue(long companyId, String featureFlagKey, boolean enabled)