#import <Foundation/Foundation.h>
|
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...
|
|
◆ KUTappStatsExport
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 | |
◆ KUTappStatsExportFormat
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 | |
◆ KUTappStatsThreshold
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 | |
◆ KUTappStatsWriteFile
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 | |