onPagesCounted abstract method

void onPagesCounted(
  1. int pageCount
)

Callback method that gets called when the native core has parsed the chapters and calculated the pageCount.

Implementation

void onPagesCounted(int pageCount);