InteractionResponse.Status
Kotlin
|Java
public
static
final
enum
InteractionResponse.Status
extends Enum<InteractionResponse.Status>
java.lang.Object | ||
↳ | java.lang.Enum<androidx.test.espresso.remote.InteractionResponse.Status> | |
↳ | androidx.test.espresso.remote.InteractionResponse.Status |
The status of this interaction response. Can either be Ok
or Error
Summary
Enum values | |
---|---|
InteractionResponse.Status |
Error
|
InteractionResponse.Status |
Ok
|
Public methods | |
---|---|
static
InteractionResponse.Status
|
valueOf(String name)
|
static
final
Status[]
|
values()
|
Inherited methods | |
---|---|
![]()
java.lang.Enum
| |
![]()
java.lang.Object
| |
![]()
java.lang.Comparable
|
Enum values
Public methods
valueOf
InteractionResponse.Status valueOf (String name)
Parameters | |
---|---|
name |
String |
Returns | |
---|---|
InteractionResponse.Status |
Interfaces
Classes
- ConstructorInvocation
- EspressoRemote
- FieldDescriptor
- GenericRemoteMessage
- InteractionRequest
- InteractionRequest.Builder
- InteractionResponse
- InteractionResponse.Builder
- InteractionResponse.RemoteError
- NoopRemoteInteraction
- ProtoUtils
- RemoteDescriptor
- RemoteDescriptor.Builder
- RemoteDescriptorRegistry
- RemoteInteractionRegistry
- TypeProtoConverters
Enums
Exceptions
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-02-24 UTC.