Class FeatureRule.Features

  • Enclosing class:
    FeatureRule

    public static final class FeatureRule.Features
    extends java.lang.Object
    Known feature flags.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String HAS_CUSTOM_RESOLUTION
      Whether a user has specific window size set.
      static java.lang.String IS_DEMO_USER
      Whether a user is in demo mode
    • Constructor Summary

      Constructors 
      Constructor Description
      Features()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • IS_DEMO_USER

        public static final java.lang.String IS_DEMO_USER
        Whether a user is in demo mode
        See Also:
        Constant Field Values
      • HAS_CUSTOM_RESOLUTION

        public static final java.lang.String HAS_CUSTOM_RESOLUTION
        Whether a user has specific window size set.
        See Also:
        Constant Field Values
    • Constructor Detail

      • Features

        public Features()