Kofax Mobile SDK API Reference
Instance Methods | List of all members
<kfxKUTAppStatisticsDelegate> Protocol Reference

#import <kfxKUTAppStatisticsDelegate.h>

Inheritance diagram for <kfxKUTAppStatisticsDelegate>:

Instance Methods

(void) - writeFileStatusEvent::withError:withMsg:
 The writeFileStatusEvent delegate method reports on the status of writeToFile. If writeToFile is still in progress, it also reports the percent complete. Otherwise, it reports either write complete or write failed. In the case of failure, errorCode and errorMsg will contain a description of the specific failure. More...
 
(void) - exportStatusEvent::withError:withMsg:
 The exportStatusEvent delegate method reports on the status of the export sequence. If the export is still in progress, the method also reports the percent complete. Otherwise, it reports either export complete or export failed. In the case of failure, errorCode and errorMsg will contain a description of the specific failure. More...
 
(NSString *) - formatExportRow:withFields:
 The formatExportRow delegate method is an optional method to allow the application to format rows of the export file in a syntax different from the default MSSQL-compatible implementation. daoFields is an array of kfxKUTAppStatsDaoField objects. See the developer's guide for more information and examples. More...
 
(void) - sizeThresholdReached::
 The sizeThreshold delegate method indicates that either the memory buffer or the file size has reached a threshold. More...
 

Method Documentation

- (void) exportStatusEvent: (KUTappStatsExport andProgress
: (int)  percentComplete
withError: (int)  errorCode
withMsg: (NSString *)  errorMsg 
required

The exportStatusEvent delegate method reports on the status of the export sequence. If the export is still in progress, the method also reports the percent complete. Otherwise, it reports either export complete or export failed. In the case of failure, errorCode and errorMsg will contain a description of the specific failure.

- (NSString *) formatExportRow: (NSString *)  tableName
withFields: (NSMutableArray *)  daoFields 
optional

The formatExportRow delegate method is an optional method to allow the application to format rows of the export file in a syntax different from the default MSSQL-compatible implementation. daoFields is an array of kfxKUTAppStatsDaoField objects. See the developer's guide for more information and examples.

- (void) sizeThresholdReached: (KUTappStatsThreshold andSize
: (int)  size 
optional

The sizeThreshold delegate method indicates that either the memory buffer or the file size has reached a threshold.

- (void) writeFileStatusEvent: (KUTappStatsWriteFile andProgress
: (int)  percentComplete
withError: (int)  errorCode
withMsg: (NSString *)  errorMsg 
required

The writeFileStatusEvent delegate method reports on the status of writeToFile. If writeToFile is still in progress, it also reports the percent complete. Otherwise, it reports either write complete or write failed. In the case of failure, errorCode and errorMsg will contain a description of the specific failure.


The documentation for this protocol was generated from the following file:
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.