IInteractionExecutionStatus


interface IInteractionExecutionStatus : IInterface

Known direct subclasses
IInteractionExecutionStatus.Default

Default implementation for IInteractionExecutionStatus.

IInteractionExecutionStatus.Stub

Local-side IPC implementation stub class.


Enables the ability to share interaction execution status cross process

Summary

Nested types

Default implementation for IInteractionExecutionStatus.

Local-side IPC implementation stub class.

Constants

const String!
DESCRIPTOR = "androidx.test.espresso.remote.IInteractionExecutionStatus"

Public functions

Boolean

Returns false if the given interaction was already executed on the remote process

Inherited functions

From android.os.IInterface

Constants

DESCRIPTOR

const val DESCRIPTOR = "androidx.test.espresso.remote.IInteractionExecutionStatus": String!

Public functions

canExecute

fun canExecute(): Boolean

Returns false if the given interaction was already executed on the remote process