Declared in ZendriveConfiguration.h

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.

Definition

typedef NS_ENUM(int, ZendriveAccidentDetectionMode ) {
   ZendriveAccidentDetectionModeDisabled = 0,
   ZendriveAccidentDetectionModeEnabled,
};

Constants

ZendriveAccidentDetectionModeDisabled

Zendrive’s accident detection will be disabled in this mode. This is the default mode.

Declared In ZendriveConfiguration.h.

ZendriveAccidentDetectionModeEnabled

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.

Declared In ZendriveConfiguration.h.

Declared In

ZendriveConfiguration.h