-
- All Implemented Interfaces:
-
java.lang.annotation.Annotation
@Target(value = ElementType.FIELD)@Retention(value = RetentionPolicy.RUNTIME) public @interface Variable
CleverTap variable annotation.
Use this to make this variable changeable from the CleverTap dashboard. Variables must be of type boolean, byte, short, int, long, float, double, char, String, or Map.
Variables with this annotation update when the API call for CleverTap fetch completes successfully or fails (in which case values are loaded from a cache stored on the device).