Last updated 2 years ago
This interface is used in combination with .
onNewDiagnostic()
Copyvoid onNewDiagnostic(@NonNull VehicleCrashDiagnostic diagnostic);Called when new vehicle crash diagnostic data is available.
void onNewDiagnostic(@NonNull VehicleCrashDiagnostic diagnostic);
Called when new vehicle crash diagnostic data is available.
diagnostic
A object containing diagnostic data pertaining to an ongoing vehicle crash detection.
setVehicleCrashDiagnosticListener(VehicleCrashDiagnosticListener)