Crash Detection
App Integration
1. Integrate the Sentiance SDK
2. [Android Only] Add the Crash Detection Dependency
dependencies {
implementation(platform('com.sentiance:sdk-bom:<sentiance-version>'))
implementation('com.sentiance:sdk-crash-detection')
...
}3. Check if Vehicle Crash Detection Is Supported
4. Subscribe for Vehicle Crash Events
5. Test Your Integration
Last updated