onContentUpdatedWithBounds abstract method
- dynamic position,
- Rect bounds
Callback method that gets called when the core has rendered open of the page (current page, previous page or next page).
Also contains content area bounds.
position argument specifies the updated page.
bounds content area.
Implementation
void onContentUpdatedWithBounds(BitmapPosition position, Rect bounds);