analytics-kotlin icon indicating copy to clipboard operation
analytics-kotlin copied to clipboard

The hassle-free way to add Segment analytics to your Kotlin app (Android/JVM).

Results 14 analytics-kotlin issues
Sort by recently updated
recently updated
newest added

Add a sample plugin to convert from arbitrary consent key/values to the Google Consent approved key/values. See: https://developers.google.com/tag-platform/security/guides/app-consent?consentmode=basic&platform=android

**Is your feature request related to a problem? Please describe.** Is there plans for enabling Kotlin for multiplatform support? One current pain point is standardizing data flow coming from client...

enhancement

**Is your feature request related to a problem? Please describe.** No problem **Describe the solution you'd like** It would be nice if the analytics-kotlin library had a plugin of sorts...

enhancement

**Describe the bug** I tried to update the Segment library to Kotlin version, and I've had the source for the Android version and destinations with Mixpanel. But after I migrated...

Fallback to the default Settings if the CDN cannot be reached. If the app is started with no Internet connection, this will result in an empty settings object: ``` data...

This is my attempt to close https://github.com/segmentio/analytics-kotlin/issues/233.

**Is your feature request related to a problem? Please describe.** We struggled for quite a while trying to understand why we were missing events in our Segment instance and other...

documentation

Follow-up to #284 Move `storage.removeFile()` call outside the `use{}` block to ensure `InputStream` is fully closed before attempting file deletion. On Windows, files cannot be deleted while file handles remain...