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

Latest commit

 

History

History
35 lines (23 loc) · 3.15 KB

File metadata and controls

35 lines (23 loc) · 3.15 KB

kakao / com.agoda.kakao.progress / KSeekBar

KSeekBar

class KSeekBar : KBaseView<KSeekBar>, SeekBarActions, ProgressBarAssertions

View with SeekBarActions and ProgressBarAssertions

See Also

SeekBarActions

ProgressBarAssertions

Constructors

Name Summary
<init> KSeekBar(function: ViewBuilder.() -> Unit)
KSeekBar(parent: Matcher<View>, function: ViewBuilder.() -> Unit)
KSeekBar(parent: DataInteraction, function: ViewBuilder.() -> Unit)

Inherited Properties

Name Summary
root open var root: Matcher<Root>
view open val view: ViewInteractionDelegate

Inherited 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.
hasProgress open fun hasProgress(number: Int): Unit
Checks if view has number of progress as expected
invoke operator fun invoke(function: T.() -> Unit): Unit
Operator that allows usage of DSL style
perform infix fun perform(function: T.() -> Unit): T
Infix function for invoking lambda on your view