Skip to content

Commit cf65725

Browse files
committed
Fixing spelling error
1 parent 088374c commit cf65725

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 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. <br> NOTE: in Android, if you create `Configuration` through constrcutor, this must be set to `AndroidStorageProvider`.|
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 a constructor, 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. |

0 commit comments

Comments
 (0)