Skip to main content
Version: 0.3

Configuration

Config​

The SDK behaviour is controlled by a trailing lambda that configures a Config.Builder during initialization.

Fedo.initialize(
applicationContext,
"...",
) {
timeoutInMillis = 15_000
debug = true
}

The lambda is optional. Call Fedo.initialize(context, "...") for defaults.

Options

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

Log output is tagged with FedoLogger.