FAQ
1. What kind of data will datacollector collect?
Generally, datacollector collects data can be separated into two major groups:
- Application events: such as usr set home/work, save favorite places, or perform a search query, and so on
- Sensor events: such as gps data, engine speed, accelerometer, gyroscope, proximity, and so on
2. Which platforms does datacollector support?
Currently, android version of datacollector only supports three platforms with architecture arm64-v8a, armv7a, and x86_64 with SDK Android 6.0 (API level 23) to Android 11 (API level 30).
3. How can user subscribe to certain events in datacollector and receive notification?
You need first provide and implementation of com.telenav.sdk.datacollector.model.EventCallback and along with call API of Subscribe Event, then can you receive callbacks if the event ever occurs. Please be noted that the callback implementation must be a short and quick return
4. What is datasource, what is the relationship with datacollector?
Data Source is provided as an optional component as a kind of plugin for datacollector, its purpose is to facilitate the generation of data from various data sources such as “android”, “vehicle”, “OBD”, etc.