Skip to content

Commit 85c49df

Browse files
authored
Merge pull request #5912 from segmentio/niall/add_kotlin_cdn
Add cdn setting for Kotlin
2 parents 9d44ec6 + ff8b341 commit 85c49df

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ To get started with the Analytics-Kotlin mobile library:
122122
`writeKey` *required* | This is your Segment write key. |
123123
`application` | Default set to `null`. <br> The application specific object (in the case of `Android: ApplicationContext`).
124124
`apiHost` | Default set to `api.segment.io/v1`. <br> This sets a default API Host to which Segment sends events. |
125+
`cdnHost` | Default set to `cdn-settings.segment.com/v1`. <br> This sets a default CDN Host from which Segment retrieves settings. |
125126
`autoAddSegmentDestination` | Default set to `true`. <br> This automatically adds the Segment Destination plugin. You can set this to `false` if you want to manually add the Segment Destination plugin. |
126127
`collectDeviceId` | Default set to `false`. <br> Set to `true` to automatically collect the device Id. <br> The [DRM API](https://source.android.com/devices/drm) generates the device ID. If the ID didn't generate previously (for example, because the app was newly installed), an empty string shows before the ID generation completes. You can overwrite the device ID with a custom ID by writing your own [`plugin`](#plugin) |
127128
`defaultSettings` | Default set to `{}`. <br> The settings object used as fallback in case of network failure. |

0 commit comments

Comments
 (0)