public enum

Swipe

extends Enum<Swipe>
implements Swiper
java.lang.Object
   ↳ java.lang.Enum<androidx.test.espresso.action.Swipe>
     ↳ androidx.test.espresso.action.Swipe

Class Overview

Executes different swipe types to given positions.

Summary

Enum Values
Swipe  FAST  Swipes quickly between the co-ordinates. 
Swipe  SLOW  Swipes deliberately slowly between the co-ordinates, to aid in visual debugging. 
Public Methods
static Swipe valueOf(String name)
static final Swipe[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable
From interface androidx.test.espresso.action.Swiper

Enum Values

public static final Swipe FAST

Swipes quickly between the co-ordinates.

public static final Swipe SLOW

Swipes deliberately slowly between the co-ordinates, to aid in visual debugging.

Public Methods

public static Swipe valueOf (String name)

Parameters
name String
Returns
Swipe

public static final Swipe[] values ()

Returns
Swipe[]