public interface

UiInteraction.InteractionResultProtoOrBuilder

 androidx.test.espresso.proto.UiInteraction.InteractionResultProtoOrBuilder

Subclasses:

UiInteraction.InteractionResultProto, UiInteraction.InteractionResultProto.Builder

Summary

Methods
public UiInteraction.ErrorgetErrorMsg()

.google.test.remote.ui.Error error_msg = 3;

public booleangetOk()

bool ok = 1;

public com.google.protobuf.AnygetPayload()

.google.protobuf.Any payload = 2;

public booleanhasErrorMsg()

.google.test.remote.ui.Error error_msg = 3;

public booleanhasPayload()

.google.protobuf.Any payload = 2;

Methods

public boolean getOk()

bool ok = 1;

Returns:

The ok.

public boolean hasPayload()

.google.protobuf.Any payload = 2;

Returns:

Whether the payload field is set.

public com.google.protobuf.Any getPayload()

.google.protobuf.Any payload = 2;

Returns:

The payload.

public boolean hasErrorMsg()

.google.test.remote.ui.Error error_msg = 3;

Returns:

Whether the errorMsg field is set.

public UiInteraction.Error getErrorMsg()

.google.test.remote.ui.Error error_msg = 3;

Returns:

The errorMsg.