-
@Deprecated() public interface CTFeatureFlagsListener
Interface definition for a callback to be invoked when Feature Flag gets updated.
Note: This interface has been deprecated since v5.0.0 and will be removed in the future versions of this SDK.
-
-
Method Summary
Modifier and Type Method Description abstract voidfeatureFlagsUpdated()Receives a callback whenever feature flags get updated com.clevertap.android.sdk.featureFlags.CTFeatureFlagsController objectNote: This method has been deprecated since v5.0.0 and will be removed in the future versions of this SDK. -
-
Method Detail
-
featureFlagsUpdated
@Deprecated() abstract void featureFlagsUpdated()
Receives a callback whenever feature flags get updated com.clevertap.android.sdk.featureFlags.CTFeatureFlagsController object
Note: This method has been deprecated since v5.0.0 and will be removed in the future versions of this SDK.
-
-
-
-