fun setOnProgressChangeListener(listener: ((Int) -> Unit)?): Unit (source)
Registers a callback to be invoked when the value of progress property is changed.
listener - the callback that will be run. Can be set to null to remove the listener.
See Also