v8.1.0
Added
getAllValueDetails()
/getAllValueDetailsAsync()
methods to retrieve the detailed values of all feature flags or settings.ConfigCatPreferencesCache
cache implementation that uses SharedPreferences as persistent storage.
Changed
- Fetch logic handles
403
response status and update cachedfetchTime
in case of304
403
and404
response status. - Deprecated
getVariationId()
,getVariationIdAsync()
,getAllVariationIds()
,getAllVariationIdsAsync()
.