onProgressChanged

abstract fun onProgressChanged(mimiSeekBarArc: MimiSeekBarArc?, progress: Int)

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

Parameters

mimiSeekBarArc

The SeekArc whose progress has changed

progress

The current progress level. This will be in the range 0..max