|
2 | 2 | This is a sample android app that uses the `analytics-kotlin` library and the new `Plugins` concepts. It is meant to be simplistic, and easy to understand all the while showcasing the power of the analytics-kotlin library
|
3 | 3 |
|
4 | 4 | ## Plugins
|
5 |
| -- [Amplitude Session](src/main/java/com/segment/analytics/destinations/plugins/AmplitudeSession.kt) |
| 5 | +- [Amplitude Session](src/main/java/com/segment/analytics/kotlin/destinations/plugins/AmplitudeSession.kt) |
6 | 6 | Sample plugin to enable users to enrich data for the Amplitude Actions destination
|
7 | 7 |
|
8 |
| -- [AppsFlyer](src/main/java/com/segment/analytics/destinations/plugins/AppsflyerDestination.kt) |
| 8 | +- [AppsFlyer](src/main/java/com/segment/analytics/kotlin/destinations/plugins/AppsflyerDestination.kt) |
9 | 9 | Sample plugin to enable users to send data to the device-mode AppsFlyer destination
|
10 | 10 |
|
11 |
| -- [Comscore](src/main/java/com/segment/analytics/destinations/plugins/ComscoreDestination.kt) |
| 11 | +- [Comscore](src/main/java/com/segment/analytics/kotlin/destinations/plugins/ComscoreDestination.kt) |
12 | 12 | Sample plugin to enable users to send data to the device-mode Comscore destination
|
13 | 13 |
|
14 |
| -- [Firebase](src/main/java/com/segment/analytics/destinations/plugins/FirebaseDestination.kt) |
| 14 | +- [Firebase](src/main/java/com/segment/analytics/kotlin/destinations/plugins/FirebaseDestination.kt) |
15 | 15 | Sample plugin to enable users to send data to the device-mode Firebase destination
|
16 | 16 |
|
17 |
| -- [Intercom](src/main/java/com/segment/analytics/destinations/plugins/IntercomDestination.kt) |
| 17 | +- [Intercom](src/main/java/com/segment/analytics/kotlin/destinations/plugins/IntercomDestination.kt) |
18 | 18 | Sample plugin to enable users to send data to the device-mode Intercom destination
|
19 | 19 |
|
20 |
| -- [Mixpanel](src/main/java/com/segment/analytics/destinations/plugins/MixpanelDestination.kt) |
| 20 | +- [Mixpanel](src/main/java/com/segment/analytics/kotlin/destinations/plugins/MixpanelDestination.kt) |
21 | 21 | Sample plugin to enable users to send data to the device-mode Mixpanel destination
|
22 | 22 |
|
23 |
| -- [Webhook Plugin](src/main/java/com/segment/analytics/destinations/plugins/WebhookPlugin.kt) |
| 23 | +- [Webhook Plugin](src/main/java/com/segment/analytics/kotlin/destinations/plugins/WebhookPlugin.kt) |
24 | 24 | An after plugin that allows you to send the event from the analytics timeline to a webhook of your choice. Ideal for debugging payloads in an internal network.
|
0 commit comments