Package 

Class CTFeatureFlagsController

    • Method Summary

      Modifier and Type Method Description
      String getGuid() Note: This method has been deprecated since v5.0.0 and will be removed in the future versions of this SDK.
      boolean isInitialized() Method to check Feature Flag has been initialized
      void fetchFeatureFlags() This method is internal to the CleverTap SDK.
      Boolean get(String key, boolean defaultValue) Getter to return the feature flag configured at the dashboard
      void resetWithGuid(String guid) This method is internal to the CleverTap SDK.
      void setGuidAndInit(String cleverTapID) This method is internal to the CleverTap SDK.
      synchronized void updateFeatureFlags(JSONObject jsonObject) This method is internal to the CleverTap SDK.
      • Methods inherited from class java.lang.Object

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

      • getGuid

        @Deprecated() String getGuid()

        Note: This method has been deprecated since v5.0.0 and will be removed in the future versions of this SDK.

      • fetchFeatureFlags

        @Deprecated() void fetchFeatureFlags()

        This method is internal to the CleverTap SDK.Developers should not use this method

        Note: This method has been deprecated since v5.0.0 and will be removed in the future versions of this SDK.

      • get

        @Deprecated() Boolean get(String key, boolean defaultValue)

        Getter to return the feature flag configured at the dashboard

        Parameters:
        key - - Key of the Feature flag
        defaultValue - - default value of the Key, in case we don't find any Feature Flag with the Key.
      • resetWithGuid

        @Deprecated() void resetWithGuid(String guid)

        This method is internal to the CleverTap SDK.Developers should not use this method

        Note: This method has been deprecated since v5.0.0 and will be removed in the future versions of this SDK.

      • setGuidAndInit

        @Deprecated() void setGuidAndInit(String cleverTapID)

        This method is internal to the CleverTap SDK.Developers should not use this method

        Note: This method has been deprecated since v5.0.0 and will be removed in the future versions of this SDK.

      • updateFeatureFlags

        @Deprecated() synchronized void updateFeatureFlags(JSONObject jsonObject)

        This method is internal to the CleverTap SDK.Developers should not use this method

        Note: This method has been deprecated since v5.0.0 and will be removed in the future versions of this SDK.