Uses of Interface
com.flagsmith.interfaces.FlagsmithSdk
Packages that use FlagsmithSdk
-
Uses of FlagsmithSdk in com.flagsmith
Classes in com.flagsmith that implement FlagsmithSdk -
Uses of FlagsmithSdk in com.flagsmith.threads
Constructors in com.flagsmith.threads with parameters of type FlagsmithSdkModifierConstructorDescriptionAnalyticsProcessor(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.