skrypton-api / com.waicool20.skrypton.jni.objects / SKryptonWebView / addOnLoadProgressListener

addOnLoadProgressListener

fun addOnLoadProgressListener(listener: (progress: Int) -> Unit): Unit

Adds a listener for the progress of loading a new page.

Parameters

listener - Listener used to receive this event. This lambda receives a variable progress which holds the current progress state.