Skip to content

Commit 6549f1a

Browse files
Merge pull request #6312 from segmentio/ashton-huxtable-patch-3
Add note about timestamp changes in Kotlin
2 parents f818011 + 116c09d commit 6549f1a

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
@@ -199,4 +199,7 @@ Analytics for Kotlin is built with extensibility in mind. Use the tools list bel
199199
- [Frequently Asked Questions](/docs/connections/sources/catalog/libraries/mobile/kotlin-android/kotlin-android-faq)
200200

201201
> warning ""
202-
> If you are using the Analytics Android (Classic) SDK, you can find [the documentation here](/docs/connections/sources/catalog/libraries/mobile/android). Many of the features available in the Analytics Kotlin SDK are not available in the Analytics Android (Classic) SDK.
202+
> If you are using the Analytics Android (Classic) SDK, you can find [the documentation here](/docs/connections/sources/catalog/libraries/mobile/android). Many of the features available in the Analytics Kotlin SDK are not available in the Analytics Android (Classic) SDK.
203+
204+
## Timestamps in Kotlin
205+
Due to efficiency updates made to Segment's Kotlin library, Segment now adds the `sentAt` timestamp to an event when the batch is complete and initially tried to the Segment API. This can impact the value of the `timestamp` field calculated by Segment if users are operating in an offline mode. More details on this change can be seen in Segment's [timestamp documentation](/docs/connections/spec/common/#sentat).

0 commit comments

Comments
 (0)