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

Latest commit

 

History

History
39 lines (26 loc) · 3.13 KB

File metadata and controls

39 lines (26 loc) · 3.13 KB

kakao / com.agoda.kakao.scroll / ScrollViewActions

ScrollViewActions

interface ScrollViewActions : ScrollableActions, SwipeableActions

Provides ScrollableActions implementation for ScrollView

See Also

ScrollableActions

SwipeableActions

ScrollView

Functions

Name Summary
scrollTo open fun scrollTo(position: Int): Unit
Scrolls to the specific position of the view
scrollToEnd open fun scrollToEnd(): Unit
Scrolls to the last position of the view
scrollToStart open fun scrollToStart(): Unit
Scrolls to the starting position of the view

Inherited Functions

Name Summary
swipeDown open fun swipeDown(): Unit
Swipes down on the view
swipeLeft open fun swipeLeft(): Unit
Swipes left on the view
swipeRight open fun swipeRight(): Unit
Swipes right on the view
swipeUp open fun swipeUp(): Unit
Swipes up on the view

Inheritors

Name Summary
KAbsListView class KAbsListView : ScrollViewActions, AbsListViewAdapterActions, BaseAssertions, AbsListViewAdapterAssertions
View with ScrollViewActions and BaseAssertions. Gives access to it's children
KScrollView class KScrollView : KBaseView<KScrollView>, ScrollViewActions, BaseAssertions
View with ScrollViewActions and BaseAssertions