sealed class AppEvent
The different events emitted by the apps and the keyboard SDK, used for analytics and usage tracking.
| Classes | |
|---|---|
| Analytics | Events emitted by each individual app |
| Usage | Events emitted by the SDK related to app usage |
| Activity | Events emitted by the base search app |
| Metrics | Events emitted by the SDK or base search app related to measurements |
data class Analytics(key: String, value: Any? = null) : AppEvent()
Events emitted by each individual app
sealed class Usage : AppEvent()
Events emitted by the SDK related to app usage
sealed class Activity : AppEvent()
Events emitted by the base search app
sealed class Metrics : AppEvent()
Events emitted by the SDK or base search app related to measurements (not accumulated)