OnProgressClickListener

fun fun interface OnProgressClickListener

OnProgressClickListener is an interface for listening to the progress bar is clicked.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onClickProgress
Link copied to clipboard
abstract fun onClickProgress(highlighting: Boolean)
invoked when the progress bar is touched.
toString
Link copied to clipboard
open fun toString(): String