Configuration
Config
Config is a data class that controls the SDK behaviour. Pass it during initialization:
- Kotlin
- swift
- flutter
- flutter
Fedo.init(
apiKey = "your-api-key",
config = {
httpTimeoutInMillis = 15_000
debug = true
}
)
Options
| Property | Type | Default | Description |
|---|---|---|---|
httpTimeoutInMillis | Long | 10_000 | HTTP request timeout for API calls |
debug | Boolean | false | Enable verbose SDK logging to logcat |
Log output is tagged with FedoLogger.
// coming soon
// coming soon
// coming soon