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
@@ -71,6 +72,10 @@ class SimpleEvent : CustomEvent {
71
72
72
73
}
73
74
```
75
+
### Android Highlights
76
+
77
+
If you're targeting Android, you need the android package, and you should generally extend
78
+
`AndroidAnalyticsDispatcher` and `AndroidAnalyticsSettings` instead of the kotlin ones.
74
79
75
80
#### See more integration examples in the [source code](https://github.com/sofakingforever/kotlin-analytics/tree/master/app/src/main/java/com/sofakingforever/example)
0 commit comments