Package 

Class RemoteFeatureSwitchKt

    • Method Detail

      • isFeatureDisabledRemotely

         final static Boolean isFeatureDisabledRemotely(SdkCore $self, String featureKey, String featureName)

        Reports whether a feature was switched off from the dashboard, so that enable() can return without registering it. Only an explicit false disables a feature: an absent key, an unusable value, or no remote configuration at all leaves the application in control.

        Parameters:
        featureKey - the key of the feature inside the features section, e.g.
        featureName - the human readable name used in the log explaining the skip.