1. Android Checklist
This document refers to deprecated parts of the platform and has been left intact to help customers with legacy integrations. In order to access the latest platform features and documentation, please go to https://docs.sentiance.com.
Follow the step below to integrate the Android SDK.
1. Installation
2. Configuration
3. Usage
4. Data Collection & SDK User Creation
In order for the SDK to collect data the application would need to first "create a user" on the SDK. The "createUser" should ideally be called when the user registers, logs in.
Verifying the Integration
You can verify the SDK integration by reading the following statuses from the SDK
Note: If you find the startStatus to be PENDING it usually implies that the user has not granted location:always permission. To know more, click here__
You can continue reading through the next sections to get a deeper understanding of the integration and the SDK capabilities.
Last updated