lib / com.tingyik90.snackprogressbar / SnackProgressBarLayout / OnBarTouchListener
interface OnBarTouchListener
Interface definition for a callback to be invoked when the SnackProgressBar is touched.
Name | Summary |
---|---|
onTouch | Called when the SnackProgressBar is touched.abstract fun onTouch(event: Int ): Unit |