InteractionResponse

public final class InteractionResponse implements EspressoRemoteMessage.To


Encapsulates a InteractionResultProto request. Takes care of all the proto packing and unpacking.

Summary

Nested types

Builder for InteractionResponse

TODO(b/31122396): parse this from a proto Enum representing wire protocol error codes and their default description.

The status of this interaction response.

Public fields

status

public final InteractionResponse.Status status

Public methods

hasRemoteError

public boolean hasRemoteError()
Returns
boolean

true if a RemoteError has been set on this InteractionResponse

toProto

public MessageLite toProto()