set Implements Multiple Accident Callbacks
Set this property to true if the app supports receiving multiple callbacks. If set to true, the application will receive FairmaticBroadcastReceiver.onPotentialAccident. This callback can serve as an early indication of a collision that might have happened. A potential accident event sent this way might be invalidated by the final callback in FairmaticBroadcastReceiver.onAccident. Such a callback will have AccidentInfo.confidenceNumber set to 0 and AccidentInfo.confidence set to FairmaticAccidentConfidence.INVALID.
Default value is false.