You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a new client, you can pass several options which can be found below.
64
+
When creating a new client, you can pass several [options](https://github.com/segmentio/analytics-kotlin/blob/main/analytics-kotlin/src/main/java/com/segment/analytics/Configuration.kt) which can be found below.
65
65
66
66
Android
67
67
```kotlin
@@ -255,7 +255,7 @@ We have the following [types]
255
255
### Fundamentals
256
256
We have 3 types of basic plugins that you can use as a foundation for modifying functionality
A plugin interface most commonly used for device-mode destinations. This plugin contains an internal timeline that follows the same process as the analytics timeline,
293
293
allowing you to modify/augment how events reach the particular destination.
294
294
For example if you wanted to implement a device-mode destination plugin for Amplitude
@@ -312,9 +312,9 @@ class AmplitudePlugin: DestinationPlugin() {
0 commit comments