Skip to main content

Configuration

Config

Config is a data class that controls the SDK behaviour. Pass it during initialization:

Fedo.init(
apiKey = "your-api-key",
config = {
httpTimeoutInMillis = 15_000
debug = true
}
)

Options

PropertyTypeDefaultDescription
httpTimeoutInMillisLong10_000HTTP request timeout for API calls
debugBooleanfalseEnable verbose SDK logging to logcat

Log output is tagged with FedoLogger.