| java.lang.Object | |
| ↳ | com.pspdfkit.analytics.Analytics.Data |
Analytics event data keys. To see which data applies to a event, consult the event inside Analytics.Event.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | ACTION | Action. | |||||||||
| String | ACTION_TYPE | Action type. | |||||||||
| String | ANNOTATION_PROCESSING_MODE | Processing mode. | |||||||||
| String | ANNOTATION_TOOL | Type of used annotation tool. | |||||||||
| String | ANNOTATION_TYPE | Annotation type. | |||||||||
| String | COUNT | Count. | |||||||||
| String | LENGTH | Length. | |||||||||
| String | PACKAGE_NAME | Package name. | |||||||||
| String | PAGE_INDEX | Page index. | |||||||||
| String | SEARCH_TYPE | Search type. | |||||||||
| String | SORT | Sort index. | |||||||||
| String | TARGET_PAGE_INDEX | To page index. | |||||||||
| String | VALUE | Value. | |||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Action. Value is an action that was performed with the event.
Action type. Value is the string representation of an ActionType value.
Processing mode. Value is a string representation of PdfProcessorTask.AnnotationProcessingMode.
Type of used annotation tool. Value is the string representation of an AnnotationTool value.
Annotation type. Value is the string representation of an AnnotationType value.
Count. Used to represent the count/amount of data related with the event. For example, search result count.
Length. Used to represent the length of data related with the event. For example, length of a search query.
Package name. Package name of an application.
Page index. Value is a 0 based integer, representing the page of the document.
Search type. Value is a string representation of a PdfActivityConfiguration.SearchType.
Sort index. Value is a string representing the sort index inside a collection. May be "null" if no sort value is defined.
To page index. Value is a 0 based integer, representing the target page of an operation. Usually this is used together with PAGE_INDEX when
there are to pages involved (for example when dragging a page).