onPictureReady Function

abstract fun onPictureReady(pictureReady: Boolean)

Called once the page is on screen.

Parameters

  • pictureReady — true when the picture is shown
Top