Skip to content

Commit 088374c

Browse files
authored
kotlin issue and compatibility fix
1 parent a3fe3cf commit 088374c

File tree

1 file changed

+4
-1
lines changed
  • src/connections/sources/catalog/libraries/mobile/kotlin-android

1 file changed

+4
-1
lines changed

src/connections/sources/catalog/libraries/mobile/kotlin-android/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ To get started with the Analytics-Kotlin mobile library:
6767
`flushAt` | Default set to `20`. <br> The count of events at which Segment flushes events. |
6868
`flushInterval` | Default set to `30` (seconds). <br> The interval in seconds at which Segment flushes events. |
6969
`recordScreenViews` | Default set to `false`. <br> Set to `true` to automatically trigger screen events on Activity Start. |
70-
`storageProvider` | Default set to `ConcreteStorageProvider`. <br> The provider for storage class. It’s best not to modify this as it can disrupt your storage logic and you won’t be able to correctly store events. |
70+
`storageProvider` | Default set to `ConcreteStorageProvider`. <br> The provider for storage class. It’s best not to modify this as it can disrupt your storage logic and you won’t be able to correctly store events. <br> NOTE: in Android, if you create `Configuration` through constrcutor, this must be set to `AndroidStorageProvider`.|
7171
`trackApplicationLifecycleEvents` | Default set to `false`. <br> Set to `true` to automatically track Lifecycle events. |
7272
`trackDeepLinks` | Default set to `false`. <br> Set to `true` to automatically track opened Deep Links based on intents. |
7373
`useLifecycleObserver` | Default set to `false`. <br> Set to `true` to use `LifecycleObserver` to track Application lifecycle events. |
@@ -442,3 +442,6 @@ Segment recommends you to test your destination implementation end-to-end. Send
442442

443443
## Changelog
444444
[View the Analytics-Kotlin changelog on GitHub](https://github.com/segmentio/analytics-kotlin/releases).
445+
446+
## Compatibility
447+
[View the Analytics-Kotlin compatibility notes on GitHub](https://github.com/segmentio/analytics-kotlin#compatibility).

0 commit comments

Comments
 (0)