public final class

InteractionResponse

extends Object
implements To<MessageLite>
java.lang.Object
   ↳ androidx.test.espresso.remote.InteractionResponse

Class Overview

Encapsulates a ERROR(/InteractionResultProto) request. Takes care of all the proto packing and unpacking.

Summary

Nested Classes
class InteractionResponse.Builder Builder for InteractionResponse  
class InteractionResponse.RemoteError TODO(b/31122396): parse this from a proto Enum representing wire protocol error codes and their default description. 
enum InteractionResponse.Status The status of this interaction response. 
Public Methods
InteractionResponse.RemoteError getRemoteError()
InteractionResponse.Status getStatus()
boolean hasRemoteError()
MessageLite toProto()
[Expand]
Inherited Methods
From class java.lang.Object
From interface androidx.test.espresso.remote.EspressoRemoteMessage.To

Public Methods

public boolean hasRemoteError ()

Returns
boolean true if a InteractionResponse.RemoteError has been set on this InteractionResponse

public MessageLite toProto ()

Returns
MessageLite