Class BtInsightConstants.FeatureStatus

  • Enclosing class:
    BtInsightConstants

    public static class BtInsightConstants.FeatureStatus
    extends java.lang.Object
    This represents the current feature status w.r.t client. Client app can use understand its current events registration w.r.t to the feature in BtInsightConstants.Feature. Based on this, client app can register/unregister more events.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int DISABLED
      Feature is disabled, because no relevant events w.r.t the feature were registered
      static int ENABLED_FULL
      Feature is fully enabled, because all the events w.r.t the feature are registered
      static int ENABLED_PARTIAL
      Feature is partially enabled, because not all the events w.r.t the feature are registered
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private FeatureStatus()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait