Interface ExperimentalFeaturesRegistry

    • Method Detail

      • isFeatureEnabled

        boolean isFeatureEnabled​(String featureId)
        Determines if a given feature is enabled or not.
        Parameters:
        featureId - a String containing the identifier of an existing feature
        Returns:
        true if the feature is enabled, false if it is disabled