AdjustBarChangeListener

A callback that notifies clients when the progress level has been changed. This includes changes that were initiated by the user through a touch gesture or arrow key/trackball as well as changes that were initiated programmatically.

interface AdjustBarChangeListener

Functions

onProgressChanged
Link copied to clipboard

Notification that the progress level has changed. Clients can use the fromUser parameter to distinguish user-initiated changes from those that occurred programmatically.

abstract fun onProgressChanged(seekBar: AdjustSlider, value: Float, fromUser: Boolean)