fun addOnLoadProgressListener(listener: (progress: Int) -> Unit): Unit
Adds a listener for the progress of loading a new page.
listener - Listener used to receive this event. This lambda receives a variable
progress which holds the current progress state.