ZendriveFeedback
@interface ZendriveFeedback : NSObject
Class for providing feedback back to Zendrive
-
Help
Zendriveimprove by providing feedback for a drive detected by the SDK.Declaration
Objective-C
+ (void)addDriveCategoryWithDriveId:(nonnull NSString *)driveId driveCategory:(ZendriveDriveCategory)driveCategory;Parameters
driveIdAs returned at the end of drive in
ZendriveDriveInfo.driveCategoryThe category that best indicates the type of Drive.
-
Help
Zendriveimprove by providing information about whether an event detected by the SDK occurred or not.Declaration
Objective-C
+ (void)addEventOccurrenceWithDriveId:(nonnull NSString *)driveId eventTimestamp:(long long)eventTimestamp eventType:(ZendriveEventType)eventType occurrence:(BOOL)occurrence;Parameters
driveIdAs returned at the end of drive in
ZendriveDriveInfowhich this event is part ofeventTimestampAs returned in
ZendriveEvent.startTimeeventTypeAs returned in
ZendriveEvent.eventTypeoccurrenceWhether the event occurred or not
ZendriveFeedback Class Reference