Event

class Event

Analytics event. An event represents a occurrence or user interaction within the PSPDFKit framework. Each event has a unique name which you can find in this class.

Properties

Link copied to clipboard
val ADD_BOOKMARK: String = "add_bookmark"
Add bookmark event.
Link copied to clipboard
val CANCEL_ANNOTATION_CREATOR_DIALOG: String = "cancel_annotation_creator_dialog"
Cancel annotation creator dialog event.
Link copied to clipboard
val CHANGE_PAGE: String = "change_page"
Page change event.
Link copied to clipboard
val CHANGE_PROPERTY_IN_INSPECTOR: String = "change_property_in_inspector"
Change property in inspector event.
Link copied to clipboard
val CREATE_ANNOTATION: String = "create_annotation"
Create annotation event.
Link copied to clipboard
val DELETE_ANNOTATION: String = "delete_annotation"
Delete annotation event.
Link copied to clipboard
val EDIT_BOOKMARKS: String = "edit_bookmarks"
Edit bookmarks event.
Link copied to clipboard
val ENTER_ANNOTATION_CREATION_MODE: String = "enter_annotation_creation_mode"
Open annotation creation toolbar event.
Link copied to clipboard
val EXIT_ANNOTATION_CREATION_MODE: String = "exit_annotation_creation_mode"
Closed annotation creation toolbar event.
Link copied to clipboard
val EXIT_SEARCH: String = "exit_search"
Exit search event.
Link copied to clipboard
val FAILED_DOCUMENT_LOAD: String = "failed_document_load"
Failed document load event.
Link copied to clipboard
val LOAD_DOCUMENT: String = "load_document"
Load document event.
Link copied to clipboard
val MOVE_TOOLBAR: String = "move_toolbar"
Move toolbar event.
Link copied to clipboard
val NAVIGATE_THUMBNAIL_BAR: String = "navigate_thumbnail_bar"
Navigate thumbnail bar event.
Link copied to clipboard
val OPEN_DOCUMENT_EDITOR: String = "open_document_editor"
Open document editor event.
Link copied to clipboard
val OPEN_OUTLINE_VIEW: String = "open_outline_view"
Open outline view event.
Link copied to clipboard
val OPEN_READER_VIEW: String = "open_reader_view"
Open reader view event.
Link copied to clipboard
val OPEN_THUMBNAIL_GRID: String = "open_thumbnail_grid"
Open thumbnail grid event.
Link copied to clipboard
val PERFORM_DOCUMENT_EDITOR_ACTION: String = "perform_document_editor_action"
Perform document editor action event.
Link copied to clipboard
val PERFORM_SEARCH: String = "perform_search"
Perform search event.
Link copied to clipboard
val PERFORM_TEXT_SELECTION_ACTION: String = "perform_text_selection_action"
Perform text selection action event.
Link copied to clipboard
val PRINT: String = "print"
Print event.
Link copied to clipboard
val REMOVE_BOOKMARK: String = "remove_bookmark"
Delete bookmark event.
Link copied to clipboard
val RENAME_BOOKMARK: String = "rename_bookmark"
Rename bookmark event.
Link copied to clipboard
val SELECT_ANNOTATION: String = "select_annotation"
Select annotation event.
Link copied to clipboard
val SELECT_SEARCH_RESULT: String = "select_search_result"
Select search result event.
Link copied to clipboard
val SELECT_TEXT: String = "select_text"
Select text event.
Link copied to clipboard
val SET_ANNOTATION_CREATOR: String = "set_annotation_creator"
Sets annotation creator event.
Link copied to clipboard
val SHARE: String = "share"
Share event.
Link copied to clipboard
val SHOW_ANNOTATION_CREATOR_DIALOG: String = "show_annotation_creator_dialog"
Show annotation creator dialog event.
Link copied to clipboard
val SHOW_ANNOTATION_INSPECTOR: String = "show_annotation_inspector"
Show annotation inspector event.
Link copied to clipboard
val SORT_BOOKMARK: String = "sort_bookmark"
Sort bookmark event.
Link copied to clipboard
val START_SEARCH: String = "start_search"
Start search event.
Link copied to clipboard
val TAP_ANNOTATION_IN_OUTLINE_LIST: String = "tap_annotation_in_outline_list"
Tap annotation in outline list event.
Link copied to clipboard
val TAP_BOOKMARK_IN_BOOKMARK_LIST: String = "tap_bookmark_in_bookmark_list"
Tap bookmark in bookmark list event.
Link copied to clipboard
val TAP_OUTLINE_ELEMENT_IN_OUTLINE_LIST: String = "tap_outline_element_in_outline_list"
Tap outline element in outline list event.