Index

C D E F G O S T U 
All Classes and Interfaces|All Packages

F

FeatureApi - Interface in com.example.featuretogglelibrary.interfaces
Interface defining API endpoints for managing feature toggles.
FeatureController - Class in com.example.featuretogglelibrary.api
The FeatureController class is responsible for interacting with the backend API to manage feature toggles for the application.
FeatureController() - Constructor for class com.example.featuretogglelibrary.api.FeatureController
 
FeaturesStatistics - Class in com.example.featuretogglelibrary.model
Represents the statistics for feature toggles in a package.
FeaturesStatistics() - Constructor for class com.example.featuretogglelibrary.model.FeaturesStatistics
 
FeatureToggle - Class in com.example.featuretogglelibrary
The FeatureToggle class provides utility methods to interact with feature toggle APIs.
FeatureToggle() - Constructor for class com.example.featuretogglelibrary.FeatureToggle
 
FeatureToggle.Callback_Data<T> - Interface in com.example.featuretogglelibrary
Interface defining a generic callback mechanism for handling asynchronous operations.
FeatureToggleItem - Class in com.example.featuretogglelibrary.model
Represents a feature toggle with associated metadata.
FeatureToggleItem() - Constructor for class com.example.featuretogglelibrary.model.FeatureToggleItem
 
FeatureToggleItem(String, String, String, String, String, String, String) - Constructor for class com.example.featuretogglelibrary.model.FeatureToggleItem
 
fetchAllActiveFeatures(String, GenericCallBack<List<FeatureToggleItem>>) - Method in class com.example.featuretogglelibrary.api.FeatureController
Fetches all active feature toggles for the given package.
fetchAllFeatureToggles(String, GenericCallBack<List<FeatureToggleItem>>) - Method in class com.example.featuretogglelibrary.api.FeatureController
Fetches all feature toggles for the given package.
C D E F G O S T U 
All Classes and Interfaces|All Packages