onSuperBoardSubViewScrollChanged property
void Function(String uniqueID, int page, int pageCount)?
onSuperBoardSubViewScrollChanged
getter/setter pair
Callback for the page change.
Supported version: 2.0.0
Description: When the onScrollChange callback is received, the SDK has updated the page number of the whiteboard and file. This callback can be used to obtain the latest page number displayed on the UI.
Calling time/Notification time: This callback is triggered when scrolling or page turning is performed in a file or whiteboard.
@param page Current page number after page change @param pageCount Total number of pages @param uniqueID Unique ID of SuperBoardSubView
Implementation
static void Function(String uniqueID, int page, int pageCount)?
onSuperBoardSubViewScrollChanged;