Declared in ZendriveConfiguration.h

ZendriveOperationMode

Specifies the operation category for Zendrive SDK. Each category varies in the type and frequency of data collected, accuracy of drive-related attributes and battery consumption.

Warning: This is deprecated and has no affect on ZendriveSDK functionality.

Definition

typedef NS_ENUM(int, ZendriveOperationMode ) {
   ZendriveOperationModeNotDetermined = 0,
   ZendriveOperationModeDriverAnalytics,
   ZendriveOperationModeDriveTracking,
};

Constants

ZendriveOperationModeNotDetermined

Default value.

Declared In ZendriveConfiguration.h.

ZendriveOperationModeDriverAnalytics

This operation mode should be used by applications which require Zendrive’s driver analytics. In this mode, you get full access to Zendrive REST API and Dashboard including driver scores and analytics. Note that this mode has a slightly higher power consumption than the ones below.

Declared In ZendriveConfiguration.h.

ZendriveOperationModeDriveTracking

This operation mode should be used by applications which only require drive start/end detection, and do not require driver analytics. In this mode, you would not be able to get driver scores and analytics from Zendrive’s REST API. You can still query the APIs for a list of drives and users.

Declared In ZendriveConfiguration.h.

Declared In

ZendriveConfiguration.h