Kofax Mobile SDK API Reference
Public Member Functions | List of all members
AppStatsDsExportHandler Interface Reference

Public Member Functions

void onExportAppStatsRowEvent (String dsExportTblName, AppStatsDaoField[] daoFields)
 This method will be called once for each row in the AppStats datastore file. More...
 
void configDsExpFilePath (String dsExpFilePath)
 

Detailed Description

Handler interface that formats an incoming datastore row, and writes it out to the export file path. The application can implement this interface and write their own custom AppStats event export handler.

Member Function Documentation

void configDsExpFilePath ( String  dsExpFilePath)

This method will be called once for each export operation, and indicates the file destination of exported AppStats events.

void onExportAppStatsRowEvent ( String  dsExportTblName,
AppStatsDaoField[]  daoFields 
)

This method will be called once for each row in the AppStats datastore file.


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