ZendriveOperationMode

enum 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.
  • Default value.

    Declaration

    Objective-C

    ZendriveOperationModeNotDetermined = 0
  • 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.

    Declaration

    Objective-C

    ZendriveOperationModeDriverAnalytics
  • 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.

    Declaration

    Objective-C

    ZendriveOperationModeDriveTracking