Skip to content

[Highlight] Add interfaces for highlight event #20

@mahavir155

Description

@mahavir155

Add interface for highlight event so developer can sync with his own server if required

To implement above, use the FolioReader class created in #27.

  1. Create HighlightInterface class which implements getter of all required variables
  2. registerHighlightListener(HighlightListener highlightListener)

HighlightListener
onAddHighlight(HighlightInterface highlight)
onRemoveHighlight(HighlightInterface highlight)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions