public enum

UiInteraction.InteractionRequestProto.ActionOrAssertionCase

extends java.lang.Enum<UiInteraction.InteractionRequestProto.ActionOrAssertionCase>

 java.lang.Object

↳java.lang.Enum<UiInteraction.InteractionRequestProto.ActionOrAssertionCase>

↳androidx.test.espresso.proto.UiInteraction.InteractionRequestProto.ActionOrAssertionCase

Summary

Enum Constants
ACTIONORASSERTION_NOT_SET
VIEW_ACTION
VIEW_ASSERTION
Methods
public static UiInteraction.InteractionRequestProto.ActionOrAssertionCaseforNumber(int value)

public intgetNumber()

public static UiInteraction.InteractionRequestProto.ActionOrAssertionCasevalueOf(int value)

public static UiInteraction.InteractionRequestProto.ActionOrAssertionCasevalueOf(java.lang.String name)

public static UiInteraction.InteractionRequestProto.ActionOrAssertionCasevalues()

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

VIEW_ACTION

VIEW_ASSERTION

ACTIONORASSERTION_NOT_SET

Methods

public static UiInteraction.InteractionRequestProto.ActionOrAssertionCase valueOf(java.lang.String name)

Deprecated: Use UiInteraction.InteractionRequestProto.ActionOrAssertionCase.forNumber(int) instead.

public int getNumber()