Skip to content

Commit d43e36d

Browse files
authored
Merge pull request #5723 from segmentio/ashton-huxtable-patch-3
Update Kotlin device mode plugin docs to address using classic destination
2 parents 3f11fda + 95c3f94 commit d43e36d

File tree

1 file changed

+4
-0
lines changed
  • src/connections/sources/catalog/libraries/mobile/kotlin-android/destination-plugins

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ plugins:
8585

8686
Analytics Kotlin uses its timeline/plugin architecture to support sending data to bundled SDKs when a Cloud Mode connection is not possible. Destination Plugins are similar to traditional Device Mode integrations available in Analytics Android in that Segment makes calls directly to the destination tool’s API from the device. However, Destination Plugins are more customizable, giving you the ability to control and enrich your data at a much more granular level on the device itself.
8787

88+
> info "Choosing the right destination"
89+
> Segment built device mode destination [plugins](https://segment.com/docs/connections/sources/catalog/libraries/mobile/kotlin-android/kotlin-android-plugin-architecture/){:target='_blank’} to be used with the classic/legacy destinations, not Actions destinations. The exception to this is the Amplitude plugin. The Amplitude plugin is a session plugin meant to be used with Amplitude Actions. If a classic/legacy destinations is in maintenance mode, Segment continues to make updates pertaining to the mobile plugins, but not the server or web components.
90+
> If you run into any issues setting up your destination, reach out to support.
91+
8892
## Device-mode Vs. Cloud-Mode
8993
Analytics Kotlin allows you to choose how you send data to Segment and your connected destinations from your app. There are two ways to send data:
9094

0 commit comments

Comments
 (0)