ZendriveServiceLevel Constants Reference
Declared in | ZendriveDriverAttributes.h |
ZendriveServiceLevel
@typedef
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 ZendriveServiceLevelDefault irrespective of the service level specified.
Definition
typedef NS_ENUM(int, ZendriveServiceLevel ) {
ZendriveServiceLevelDefault,
ZendriveServiceLevel1,
};
Constants
ZendriveServiceLevelDefault
-
Default service level. This is most common level required by most of the applications that use Zendrive SDK.
Declared In
ZendriveDriverAttributes.h
. ZendriveServiceLevel1
-
Special service level 1 that is enabled for a particular application. Contact support@zendrive.com with your requirements to get this enabled for your application.
Declared In
ZendriveDriverAttributes.h
.
Declared In
ZendriveDriverAttributes.h