Uses of Interface
com.flagsmith.interfaces.IOfflineHandler
| Package | Description |
|---|---|
| com.flagsmith.config | |
| com.flagsmith.offline |
-
Uses of IOfflineHandler in com.flagsmith.config
Methods in com.flagsmith.config with parameters of type IOfflineHandler Modifier and Type Method Description FlagsmithConfig.BuilderFlagsmithConfig.Builder. withOfflineHandler(IOfflineHandler offlineHandler)Set the offline handler (used as a fallback or with offlineMode). -
Uses of IOfflineHandler in com.flagsmith.offline
Classes in com.flagsmith.offline that implement IOfflineHandler Modifier and Type Class Description classLocalFileHandler