public interface

ViewActions.KeyEventActionProtoOrBuilder

 androidx.test.espresso.proto.action.ViewActions.KeyEventActionProtoOrBuilder

Subclasses:

ViewActions.KeyEventActionProto, ViewActions.KeyEventActionProto.Builder

Summary

Methods
public com.google.protobuf.AnygetEspressoKey()

 from super class

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public booleanhasEspressoKey()

 from super class

Methods

public java.lang.String getId()

string id = 1;

Returns:

The id.

public com.google.protobuf.ByteString getIdBytes()

string id = 1;

Returns:

The bytes for id.

public boolean hasEspressoKey()

 from super class
 
.google.protobuf.Any espressoKey = 2;

Returns:

Whether the espressoKey field is set.

public com.google.protobuf.Any getEspressoKey()

 from super class
 
.google.protobuf.Any espressoKey = 2;

Returns:

The espressoKey.