Recycler Actions
Provides ScrollableActions implementation for RecyclerView
See also
Inheritors
Functions
Link copied to clipboard
Performs custom action on a view
Link copied to clipboard
Performs double click on view
Link copied to clipboard
Link copied to clipboard
Presses IME action, if supported view is in focus
Link copied to clipboard
public Unit repeatUntil(Integer maxAttempts, Function0<ViewAction> action, Function1<ViewBuilder, Unit> matcher)
Repeats given action on the view until this view will match the given matcher
Link copied to clipboard
Link copied to clipboard
Scrolls to the last position of the view
Link copied to clipboard
Scrolls to the starting position of the view
Link copied to clipboard
Swipes right on the view