-
@Deprecated() public class CTFeatureFlagsController
Note: This class has been deprecated since v5.0.0 and will be removed in the future versions of this SDK.
-
-
Field Summary
Fields Modifier and Type Field Description StringguidbooleanisInitialized
-
Method Summary
Modifier and Type Method Description StringgetGuid()Note: This method has been deprecated since v5.0.0 and will be removed in the future versions of this SDK. booleanisInitialized()Method to check Feature Flag has been initialized voidfetchFeatureFlags()This method is internal to the CleverTap SDK. Booleanget(String key, boolean defaultValue)Getter to return the feature flag configured at the dashboard voidresetWithGuid(String guid)This method is internal to the CleverTap SDK. voidsetGuidAndInit(String cleverTapID)This method is internal to the CleverTap SDK. synchronized voidupdateFeatureFlags(JSONObject jsonObject)This method is internal to the CleverTap SDK. -
-
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.
-
isInitialized
@Deprecated() boolean isInitialized()
Method to check Feature Flag has been initialized
-
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 flagdefaultValue- - 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.
-
-
-
-