Enumeration ServiceLevelAttribute

Enumeration for different service levels supported by Zendrive for a driver. By default, drivers will be assigned to the default service level - LEVEL_DEFAULT. This is useful for applications which need special modes in the Zendrive SDK for different drivers - e.g default mode for free users and a advanced mode for paid users. By default, multiple service levels are not enabled for an application. To be able to use different modes for your application, you should contact support@zendrive.com with your requirements and get that enabled for your application. Otherwise, if this is not enabled for your application, all drivers get mapped to LEVEL_DEFAULT irrespective of the service level specified.

Enumeration Members

Enumeration Members

LEVEL_1: "level-1"

Special service level 1 that is enabled for a particular application.

LEVEL_DEFAULT: "default"

Default service level.