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