# VehicleCrashDiagnostic

A diagnostic data pertaining to vehicle crash detection.

## VehicleCrashDiagnostic API

### `getCrashDetectionState()`

> ```java
> CrashDetectionState getCrashDetectionState()
> ```
>
> Returns the crash detection state. See [CrashDetectionState](https://docs.sentiance.com/important-topics/sdk/api-reference/android/crashdetection/crashdetectionstate).

### `getCrashDetectionStateDescription()`

> ```java
> CrashDetectionState getCrashDetectionStateDescription()
> ```
>
> Returns the description of the crash detection state.
