public interface

ViewMatchers.HasImeActionMatcherProtoOrBuilder

 androidx.test.espresso.proto.matcher.ViewMatchers.HasImeActionMatcherProtoOrBuilder

Subclasses:

ViewMatchers.HasImeActionMatcherProto, ViewMatchers.HasImeActionMatcherProto.Builder

Summary

Methods
public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public com.google.protobuf.AnygetImeActionMatcher()

.google.protobuf.Any imeActionMatcher = 2;

public booleanhasImeActionMatcher()

.google.protobuf.Any imeActionMatcher = 2;

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 hasImeActionMatcher()

.google.protobuf.Any imeActionMatcher = 2;

Returns:

Whether the imeActionMatcher field is set.

public com.google.protobuf.Any getImeActionMatcher()

.google.protobuf.Any imeActionMatcher = 2;

Returns:

The imeActionMatcher.