{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
class InteractionResponse : EspressoRemoteMessage.To
Encapsulates a InteractionResultProto request. Takes care of all the proto packing and unpacking.
Nested types |
|
|---|---|
InteractionResponse.Builder |
Builder for |
InteractionResponse.RemoteError |
TODO(b/31122396): parse this from a proto Enum representing wire protocol error codes and their default description. |
InteractionResponse.Status |
The status of this interaction response. |
Public constructors |
|
|---|---|
Public properties |
|
|---|---|
InteractionResponse.RemoteError? |
|
InteractionResponse.Status! |
|
fun hasRemoteError(): Boolean
| Returns | |
|---|---|
Boolean |
true if a |