onPictureReady Function

abstract fun onPictureReady(pictureReady: Boolean)

Called once the page is on screen and ready to crop.

Parameters

  • pictureReady — true once the page is loaded and ready to crop.
Top