IAtomActionResultPropagator
Kotlin
|Java
public
interface
IAtomActionResultPropagator
implements
IInterface
androidx.test.espresso.web.action.IAtomActionResultPropagator |
Enables the ability to propagate results back from a remote ViewAction running in a different process.
Summary
Nested classes | |
---|---|
class |
IAtomActionResultPropagator.Stub
|
Public methods | |
---|---|
abstract
void
|
setError(Bundle errorMsg)
|
abstract
void
|
setResult(Evaluation eval)
|
Inherited methods | |
---|---|
Public methods
setError
public abstract void setError (Bundle errorMsg)
Parameters | |
---|---|
errorMsg |
Bundle |
Throws | |
---|---|
RemoteException |
setResult
public abstract void setResult (Evaluation eval)
Parameters | |
---|---|
eval |
Evaluation |
Throws | |
---|---|
RemoteException |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2021-07-14 UTC.
[]
[]