- Flag - Class in com.comuto.flag.model
-
Represent a Flag (Toggle)
A flag has :
A Name
A list of conditions
A status
A strategy
- Flag(String, List<Condition>, String, String) - Constructor for class com.comuto.flag.model.Flag
-
- Flag.ToggleStatus - Annotation Type in com.comuto.flag.model
-
- Flag.ToggleStrategy - Annotation Type in com.comuto.flag.model
-
- FlagContextInterface<T> - Interface in com.comuto.flag.model
-
This interface is used to provide to the flaggr a context
This context will be used to evaluate if the flag is active or not
You context class must implement this interface
- Flaggr - Class in com.comuto.flag
-
Feature flags main entry point.
- FLAGGR_SHARED_PREFERENCES_PREFIX - Static variable in class com.comuto.flag.Flaggr
-
- FlaggrComponent - Interface in com.comuto.flag
-
- FlaggrComponent.Initializer - Class in com.comuto.flag
-
- FlaggrManager - Class in com.comuto.flag
-
Manager to handle strategy call and cache
- FlaggrManager() - Constructor for class com.comuto.flag.FlaggrManager
-
- FlaggrModule - Class in com.comuto.flag
-
- FlaggrModule(Context) - Constructor for class com.comuto.flag.FlaggrModule
-
- FlagsCallback - Interface in com.comuto.flag
-
Callback for loading feature flags.
- FlagsLoader - Class in com.comuto.flag
-
Downloads flags from server.
- FlagsLoader(OkHttpClient, Gson) - Constructor for class com.comuto.flag.FlagsLoader
-