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

Latest commit

 

History

History
37 lines (23 loc) · 1.67 KB

File metadata and controls

37 lines (23 loc) · 1.67 KB

kakao / com.agoda.kakao.pager2 / KEmptyViewPagerItem

KEmptyViewPagerItem

class KEmptyViewPagerItem : KViewPagerItem<KEmptyViewPagerItem>

Empty implementation of KViewPagerItem

Use this if you want to perform/assert on the root view of view holder

Parameters

parent - Matcher of the root view of view holder

See Also

KViewPagerItem

Constructors

Name Summary
<init> KEmptyViewPagerItem(parent: Matcher<View>)
Empty implementation of KViewPagerItem

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
perform infix fun perform(function: T.() -> Unit): T
Infix function for invoking lambda on your view