Inherits from NSObject
Declared in ZendriveFeedback.h

Overview

Class for providing feedback back to Zendrive

Class Methods

addDriveCategoryWithDriveId:driveCategory:

Help Zendrive improve by providing feedback for a drive detected by the SDK.

+ (void)addDriveCategoryWithDriveId:(nonnull NSString *)driveId driveCategory:(ZendriveDriveCategory)driveCategory

Parameters

driveId

As returned at the end of drive in ZendriveDriveInfo.

driveCategory

The category that best indicates the type of Drive.

Declared In

ZendriveFeedback.h

addEventOccurrenceWithDriveId:eventTimestamp:eventType:occurrence:

Help Zendrive improve by providing information about whether an event detected by the SDK occurred or not.

+ (void)addEventOccurrenceWithDriveId:(nonnull NSString *)driveId eventTimestamp:(long long)eventTimestamp eventType:(ZendriveEventType)eventType occurrence:(BOOL)occurrence

Parameters

driveId

As returned at the end of drive in ZendriveDriveInfo which this event is part of

eventTimestamp

As returned in [ZendriveEvent startTime]

eventType

As returned in [ZendriveEvent eventType]

occurrence

Whether the event occurred or not

Declared In

ZendriveFeedback.h