ttOnProgressChanged

var ttOnProgressChanged: (Double) -> Unit? = null

Callback called when the progress level has changed due to a user interaction. The progress value is provided as a fraction in range [MINIMUM_PROGRESS_FRACTION, MAXIMUM_PROGRESS_FRACTION].

Note: It is not called when the progress is changed programmatically (Only with user interactions).