| Package | Description |
|---|---|
| com.flagsmith | |
| com.flagsmith.threads |
| Modifier and Type | Method and Description |
|---|---|
FlagsmithLogger |
FlagsmithApiWrapper.getLogger() |
| Constructor and Description |
|---|
FlagsmithApiWrapper(FlagsmithCache cache,
FlagsmithConfig defaultConfig,
HashMap<String,String> customHeaders,
FlagsmithLogger logger,
String apiKey)
Instantiate with cache.
|
FlagsmithApiWrapper(FlagsmithConfig defaultConfig,
HashMap<String,String> customHeaders,
FlagsmithLogger logger,
String apiKey)
Instantiate with config, custom headers, logger and apikey.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnalyticsProcessor.setLogger(FlagsmithLogger logger)
Set the logger object.
|
| Constructor and Description |
|---|
AnalyticsProcessor(FlagsmithSdk api,
FlagsmithLogger logger,
RequestProcessor requestProcessor)
Instantiate with API wrapper, logger, HTTP client and timeout.
|
AnalyticsProcessor(FlagsmithSdk api,
okhttp3.OkHttpClient client,
FlagsmithLogger logger)
Instantiate with API wrapper, logger and HTTP client.
|
RequestProcessor(okhttp3.OkHttpClient client,
FlagsmithLogger logger) |
RequestProcessor(okhttp3.OkHttpClient client,
FlagsmithLogger logger,
Retry retries)
Instantiate with client, logger and retries.
|
Copyright © 2022. All rights reserved.