ZendriveAccidentDetectionMode

enum ZendriveAccidentDetectionMode {}

Specifies the accident detection mode of the Zendrive SDK. The application should be running in ZendriveOperationModeDriverAnalytics ZendriveOperationMode for accident detection to work reliably.

Warning

This is deprecated and has no affect on ZendriveSDK functionality.
  • Zendrive’s accident detection will be disabled in this mode. This is the default mode.

    Declaration

    Objective-C

    ZendriveAccidentDetectionModeDisabled = 0
  • Zendrive’s accident detection will be enabled in this mode. In case of an accident, the application will receive a callback on the processAccidentDetected: method of the delegate conforming to ZendriveDelegateProtocol.

    Declaration

    Objective-C

    ZendriveAccidentDetectionModeEnabled