Uses of Interface
com.flagsmith.interfaces.FlagsmithSdk
| Package | Description |
|---|---|
| com.flagsmith | |
| com.flagsmith.threads |
-
Uses of FlagsmithSdk in com.flagsmith
Classes in com.flagsmith that implement FlagsmithSdk Modifier and Type Class Description classFlagsmithApiWrapper -
Uses of FlagsmithSdk in com.flagsmith.threads
Constructors in com.flagsmith.threads with parameters of type FlagsmithSdk Constructor Description AnalyticsProcessor(FlagsmithSdk api, FlagsmithLogger logger, RequestProcessor requestProcessor)Instantiate with API wrapper, logger, HTTP client and timeout.AnalyticsProcessor(FlagsmithSdk api, okhttp3.OkHttpClient client)instantiate with api and client.AnalyticsProcessor(FlagsmithSdk api, okhttp3.OkHttpClient client, FlagsmithLogger logger)Instantiate with API wrapper, logger and HTTP client.