View Pager Actions
Functions
Link copied to clipboard
Performs custom action on a view
Link copied to clipboard
Clicks between two titles in a ViewPager
title strip
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
Moves ViewPager
to the left be one page.
Link copied to clipboard
Moves ViewPager
to the right be one page.
Link copied to clipboard
Moves ViewPager
to the first page.
Link copied to clipboard
Moves ViewPager
to the last page.
Link copied to clipboard
Moves ViewPager
to a specific page.
Link copied to clipboard
@Deprecated(message = "Use scrollRight()", replaceWith = @ReplaceWith(imports = {}, expression = "scrollRight()" ) )
Swipes left on the view
Link copied to clipboard
@Deprecated(message = "Use scrollLeft()", replaceWith = @ReplaceWith(imports = {}, expression = "scrollLeft()" ) )
Swipes right on the view