Kofax Mobile SDK API Reference
Public Member Functions | List of all members
AppStatsThresholdReachedEvent Class Reference
Inheritance diagram for AppStatsThresholdReachedEvent:

Public Member Functions

ThresholdType getThresholdType ()
 Return the type of threshold event that was triggered: either THRESH_TYPE_RAM or THRESH_TYPE_FILE. More...
 
long getSize ()
 Return the size of AppStats memory used, or AppStats file size that triggered this event. More...
 

Detailed Description

This event is fired when the size threshold is reached for either in-memory AppStats events, or AppStats events written to file. It allows the application to monitor memory usage and file-based storage usage for all AppStats event recording. The application can specify the threshold at which this event will be fired, by calling setRamSizeThreshold and setFileSizeThreshold.

Member Function Documentation

long getSize ( )

Return the size of AppStats memory used, or AppStats file size that triggered this event.

ThresholdType getThresholdType ( )

Return the type of threshold event that was triggered: either THRESH_TYPE_RAM or THRESH_TYPE_FILE.


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