We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79cfb46 commit f82c56cCopy full SHA for f82c56c
core/src/main/java/com/segment/analytics/kotlin/core/Configuration.kt
@@ -33,7 +33,7 @@ data class Configuration(
33
var flushAt: Int = 20,
34
var flushInterval: Int = 30,
35
var flushPolicies: List<FlushPolicy> = emptyList<FlushPolicy>(),
36
- val defaultSettings: Settings = Settings(),
+ var defaultSettings: Settings = Settings(),
37
var autoAddSegmentDestination: Boolean = true,
38
var apiHost: String = DEFAULT_API_HOST,
39
var cdnHost: String = DEFAULT_CDN_HOST,
0 commit comments