onContentUpdated abstract method

void onContentUpdated(
  1. dynamic position
)

Callback method that gets called when the core has rendered open of the page (current page, previous page or next page). position argument specifies the updated page.

Implementation

void onContentUpdated(BitmapPosition position);