public enum

Swiper.Status

extends java.lang.Enum<Swiper.Status>

 java.lang.Object

↳java.lang.Enum<Swiper.Status>

↳androidx.test.espresso.action.Swiper.Status

Overview

The result of the swipe.

Summary

Enum Constants
FAILUREInjecting the event was a complete failure.
SUCCESSThe swipe action completed successfully.
Methods
public static Swiper.StatusvalueOf(java.lang.String name)

public static Swiper.Statusvalues()

from java.lang.Enum<E>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
from java.lang.ObjectgetClass, notify, notifyAll, wait, wait, wait

Enum Constants

SUCCESS

The swipe action completed successfully.

FAILURE

Injecting the event was a complete failure.

Methods

public static Swiper.Status values()

public static Swiper.Status valueOf(java.lang.String name)