Skip to main content
Version: 0.3

Configuration

Config​

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

Fedo.initialize(
context = applicationContext,
apiKey = "...",
cfgBuilder = {
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.