Dashcam SDK 1.0.7
Captures, recognizes and records road aigns.
Loading...
Searching...
No Matches
Instance Methods | List of all members
<NMDADASDebuggingDelegate> Protocol Reference

#import <NMDADASDebuggingDelegate.h>

Inherits <NSObject>.

Instance Methods

(void) - onFPSUpdated:
 
(void) - onSignsUploadCompletedWithError:uploadCount:
 
(void) - onSignsUploadingStatisticsUpdatedWithUploadedSignsCount:readyForUploadingCount:
 

Method Documentation

◆ onFPSUpdated:

- (void) onFPSUpdated: (NSInteger)  fps

Gets called on new FPS value received.

◆ onSignsUploadCompletedWithError:uploadCount:

- (void) onSignsUploadCompletedWithError: (nullable NSError *)  error
uploadCount: (NSInteger)  count 

Gets called on signs upload completed.

◆ onSignsUploadingStatisticsUpdatedWithUploadedSignsCount:readyForUploadingCount:

- (void) onSignsUploadingStatisticsUpdatedWithUploadedSignsCount: (NSInteger)  uploadedSignsCount
readyForUploadingCount: (NSInteger)  numberOfSignsReadyForUploading 

Gets called on signs uploading statistics updated.