FAQ
1. What kind of data will dataconnector collect?
Generally, dataconnector 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. How can user subscribe to certain events in dataconnector and receive notification?
You need first provide and implementation of com.telenav.sdk.dataconnector.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