Kofax Mobile SDK API Reference
Classes | Enumerations
kfxKUTAppStatisticsDelegate.h File Reference
#import <Foundation/Foundation.h>

Go to the source code of this file.

Classes

protocol  <kfxKUTAppStatisticsDelegate>
 

Enumerations

enum  KUTappStatsExport { KUT_EXPORT_STATUS_EXPORTING = 1, KUT_EXPORT_STATUS_COMPLETE, KUT_EXPORT_STATUS_FAILED }
 The KUTappStatsExport enum is used to identify status values for the exportStatusEvent delegate (indicating exporting-in-progress, exporting-complete, and exporting-failed. More...
 
enum  KUTappStatsWriteFile { KUT_WRITEFILE_STATUS_EXPORTING = 1, KUT_WRITEFILE_STATUS_COMPLETE, KUT_WRITEFILE_STATUS_FAILED }
 The KUTappStatsWriteFile enum is used to identify status values for the writeFileStatusEvent delegate (indicating writeToFile-in-progress, writeToFile-complete, and writeToFile-failed. More...
 
enum  KUTappStatsThreshold { KUT_THRESH_TYPE_RAM = 1, KUT_THRESH_TYPE_FILE }
 The KUTappStatsThreshold enum is used to identify status values for the sizeThreshold delegate (indicating that either a memory threshold or file threshold has been reached). More...
 
enum  KUTappStatsExportFormat { KUT_EXPORT_TYPE_SQL = 0, KUT_EXPORT_TYPE_JSON }
 The KUTappStatsExportFormat enum is used to identify the desired format for AppStats export operations. KUT_EXPORT_TYPE_SQL should be selected for either the default (SQL) or user-defined export format. Choose KUT_EXPORT_TYPE_JSON for a JSON export file. More...
 

Enumeration Type Documentation

The KUTappStatsExport enum is used to identify status values for the exportStatusEvent delegate (indicating exporting-in-progress, exporting-complete, and exporting-failed.

Enumerator
KUT_EXPORT_STATUS_EXPORTING 
KUT_EXPORT_STATUS_COMPLETE 
KUT_EXPORT_STATUS_FAILED 

The KUTappStatsExportFormat enum is used to identify the desired format for AppStats export operations. KUT_EXPORT_TYPE_SQL should be selected for either the default (SQL) or user-defined export format. Choose KUT_EXPORT_TYPE_JSON for a JSON export file.

Enumerator
KUT_EXPORT_TYPE_SQL 
KUT_EXPORT_TYPE_JSON 

The KUTappStatsThreshold enum is used to identify status values for the sizeThreshold delegate (indicating that either a memory threshold or file threshold has been reached).

Enumerator
KUT_THRESH_TYPE_RAM 
KUT_THRESH_TYPE_FILE 

The KUTappStatsWriteFile enum is used to identify status values for the writeFileStatusEvent delegate (indicating writeToFile-in-progress, writeToFile-complete, and writeToFile-failed.

Enumerator
KUT_WRITEFILE_STATUS_EXPORTING 
KUT_WRITEFILE_STATUS_COMPLETE 
KUT_WRITEFILE_STATUS_FAILED 
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.