public static final class

Analytics.Data

extends Object
java.lang.Object
   ↳ com.pspdfkit.analytics.Analytics.Data

Class Overview

Analytics event data keys. To see which data applies to a event, consult the event inside Analytics.Event.

Summary

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

Constants

public static final String ACTION

Action. Value is an action that was performed with the event.

Constant Value: "action"

public static final String ACTION_TYPE

Action type. Value is the string representation of an ActionType value.

Constant Value: "action_type"

public static final String ANNOTATION_PROCESSING_MODE

Processing mode. Value is a string representation of PdfProcessorTask.AnnotationProcessingMode.

Constant Value: "processing_mode"

public static final String ANNOTATION_TOOL

Type of used annotation tool. Value is the string representation of an AnnotationTool value.

Constant Value: "annotation_tool"

public static final String ANNOTATION_TYPE

Annotation type. Value is the string representation of an AnnotationType value.

Constant Value: "annotation_type"

public static final String COUNT

Count. Used to represent the count/amount of data related with the event. For example, search result count.

Constant Value: "count"

public static final String LENGTH

Length. Used to represent the length of data related with the event. For example, length of a search query.

Constant Value: "length"

public static final String PACKAGE_NAME

Package name. Package name of an application.

Constant Value: "package_name"

public static final String PAGE_INDEX

Page index. Value is a 0 based integer, representing the page of the document.

Constant Value: "page_index"

public static final String SEARCH_TYPE

Search type. Value is a string representation of a PdfActivityConfiguration.SearchType.

Constant Value: "search_type"

public static final String SORT

Sort index. Value is a string representing the sort index inside a collection. May be "null" if no sort value is defined.

Constant Value: "sort"

public static final String TARGET_PAGE_INDEX

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).

Constant Value: "target_page_index"

public static final String VALUE

Value. Generic value of the event.

Constant Value: "value"