Index
All Classes and Interfaces|All Packages
G
- GenericCallBack<T> - Interface in com.example.featuretogglelibrary.interfaces
-
A generic callback interface to handle API responses.
- get_id() - Method in class com.example.featuretogglelibrary.model.FeatureToggleItem
- getActive_features() - Method in class com.example.featuretogglelibrary.model.FeaturesStatistics
- getActiveFeatures(Context, FeatureToggle.Callback_Data<List<FeatureToggleItem>>) - Static method in class com.example.featuretogglelibrary.FeatureToggle
-
Fetches all active feature toggles for the package.
- getActiveFeaturesInRange(Context, String, String, FeatureToggle.Callback_Data<List<FeatureToggleItem>>) - Static method in class com.example.featuretogglelibrary.FeatureToggle
-
Fetch all active feature toggles for the current app within a specific date range.
- getActiveFeaturesInRange(String, String, String) - Method in interface com.example.featuretogglelibrary.interfaces.FeatureApi
-
Retrieves active feature toggles within a specific date range for a specified package.
- getActiveFeaturesInRange(String, String, String, GenericCallBack<List<FeatureToggleItem>>) - Method in class com.example.featuretogglelibrary.api.FeatureController
-
Retrieves all active feature toggles for a specific package within a specified date range.
- getActiveFeatureToggles(String) - Method in interface com.example.featuretogglelibrary.interfaces.FeatureApi
-
Retrieves all active feature toggles for a specified package.
- getAllFeatures(Context, FeatureToggle.Callback_Data<List<FeatureToggleItem>>) - Static method in class com.example.featuretogglelibrary.FeatureToggle
-
Fetch all feature toggles for the current application, including inactive ones.
- getAllFeatureToggles(String) - Method in interface com.example.featuretogglelibrary.interfaces.FeatureApi
-
Retrieves all feature toggles for a specified package.
- getBeginning_date() - Method in class com.example.featuretogglelibrary.model.FeatureToggleItem
- getCreated_at() - Method in class com.example.featuretogglelibrary.model.FeatureToggleItem
- getDescription() - Method in class com.example.featuretogglelibrary.model.FeatureToggleItem
- getExpiration_date() - Method in class com.example.featuretogglelibrary.model.FeatureToggleItem
- getFeatureTogglesByDate(Context, String, FeatureToggle.Callback_Data<List<FeatureToggleItem>>) - Static method in class com.example.featuretogglelibrary.FeatureToggle
-
Fetch all feature toggles active on a specific date for the specified package.
- getFeatureTogglesByDate(String, String) - Method in interface com.example.featuretogglelibrary.interfaces.FeatureApi
-
Retrieves all active feature toggles for a specified package by a specific date.
- getFeatureTogglesByDate(String, String, GenericCallBack<List<FeatureToggleItem>>) - Method in class com.example.featuretogglelibrary.api.FeatureController
-
Fetches all feature toggles for a specific package that are active on a given date.
- getFeatureToggleStatistics(Context, FeatureToggle.Callback_Data<FeaturesStatistics>) - Static method in class com.example.featuretogglelibrary.FeatureToggle
-
Fetch feature toggle statistics for the current app.
- getFeatureToggleStatistics(String) - Method in interface com.example.featuretogglelibrary.interfaces.FeatureApi
-
Retrieves statistics for a specified package.
- getFeatureToggleStatistics(String, GenericCallBack) - Method in class com.example.featuretogglelibrary.api.FeatureController
-
Fetches statistics about feature toggles for a specific package.
- getName() - Method in class com.example.featuretogglelibrary.model.FeatureToggleItem
- getPackage_name() - Method in class com.example.featuretogglelibrary.model.FeatureToggleItem
- getRecentFeatureToggles(Context, FeatureToggle.Callback_Data<List<FeatureToggleItem>>) - Static method in class com.example.featuretogglelibrary.FeatureToggle
-
fetch all feature toggles created in the last 30 days for a specific package.
- getRecentFeatureToggles(String) - Method in interface com.example.featuretogglelibrary.interfaces.FeatureApi
-
Retrieves all feature toggles created in the last 30 days for a specified package.
- getRecentFeatureToggles(String, GenericCallBack<List<FeatureToggleItem>>) - Method in class com.example.featuretogglelibrary.api.FeatureController
-
Retrieves all feature toggles created in the last 30 days for a specific package.
- getTotal_features() - Method in class com.example.featuretogglelibrary.model.FeaturesStatistics
- getUpdated_at() - Method in class com.example.featuretogglelibrary.model.FeatureToggleItem
All Classes and Interfaces|All Packages