Skip to content
This repository has been archived by the owner on May 26, 2021. It is now read-only.

Latest commit

 

History

History
25 lines (16 loc) · 1.4 KB

File metadata and controls

25 lines (16 loc) · 1.4 KB

kakao / com.agoda.kakao.progress / SeekBarActions

SeekBarActions

interface SeekBarActions : ProgressBarActions

Provides action for SeekBar

Functions

Name Summary
dragProgressTo open fun dragProgressTo(number: Int): Unit
Drags progress to defined position. Please note that this dragging is emulated via Espresso's swipe action and might not be accurate, if progress max value is too high or device's density is too low.

Inherited Functions

Name Summary
setProgress open fun setProgress(number: Int): Unit
Set progress for ProgressBar

Inheritors

Name Summary
KSeekBar class KSeekBar : KBaseView<KSeekBar>, SeekBarActions, ProgressBarAssertions
View with SeekBarActions and ProgressBarAssertions