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

Latest commit

 

History

History
36 lines (24 loc) · 3.35 KB

File metadata and controls

36 lines (24 loc) · 3.35 KB

kakao / com.agoda.kakao.swiperefresh / KSwipeRefreshLayout

KSwipeRefreshLayout

class KSwipeRefreshLayout : KBaseView<KSwipeRefreshLayout>, SwipeRefreshLayoutActions, SwipeRefreshLayoutAssertions

View with SwipeRefreshLayoutActions and SwipeRefreshLayoutAssertions

See Also

SwipeRefreshLayoutActions

SwipeRefreshLayoutAssertions

Constructors

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

Inherited Properties

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

Inherited Functions

Name Summary
invoke operator fun invoke(function: T.() -> Unit): Unit
Operator that allows usage of DSL style
isNotRefreshing open fun isNotRefreshing(): Unit
Checks if the SwipeRefreshLayout is not refreshing
isRefreshing open fun isRefreshing(): Unit
Checks if the SwipeRefreshLayout is refreshing
perform infix fun perform(function: T.() -> Unit): T
Infix function for invoking lambda on your view
setRefreshing open fun setRefreshing(refreshing: Boolean): Unit
Sets the refreshing state of SwipeRefreshLayout