onChapterLoaded abstract method

void onChapterLoaded(
  1. int chapterIndex
)

Callback method that gets called when a chapter is loaded, parsed and is ready to be rendered. chapterIndex is the chapter's index (starting with 0)

Implementation

void onChapterLoaded(int chapterIndex);