IAtomActionResultPropagator
public
interface
IAtomActionResultPropagator
implements
IInterface
android.support.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 | |
---|---|
![]()
android.os.IInterface
|
Public methods
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 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# IAtomActionResultPropagator\n\nSummary: [Nested Classes](#nestedclasses) \\| [Methods](#pubmethods) \\| [Inherited Methods](#inhmethods) \\| [\\[Expand All\\]](#) \n\nIAtomActionResultPropagator\n===========================\n\n| This package is part of the Android [support library](/topic/libraries/support-library) which is no longer maintained. The support library has been superseded by [AndroidX](/jetpack/androidx) which is part of [Jetpack](/jetpack). We recommend using the AndroidX libraries in all new projects. You should also consider [migrating](/jetpack/androidx/migrate) existing projects to AndroidX. To find the AndroidX class that maps to this deprecated class, see the AndroidX support library [class\n| mappings](/jetpack/androidx/migrate/class-mappings).\n\n\n`\npublic\n\n\ninterface\nIAtomActionResultPropagator\n`\n\n\n`\n\n\nimplements\n\n`[IInterface](https://developer.android.com/reference/android/os/IInterface.html)`\n\n\n`\n\n|----------------------------------------------------------------------|\n| android.support.test.espresso.web.action.IAtomActionResultPropagator |\n\n|---|---|\n| Known Indirect Subclasses [IAtomActionResultPropagator.Stub](/reference/android/support/test/espresso/web/action/IAtomActionResultPropagator.Stub),[IAtomActionResultPropagator.Stub.Proxy](/reference/android/support/test/espresso/web/action/IAtomActionResultPropagator.Stub.Proxy) |--------------------------------------------------------------------------------------------------------------------------------------|---| | [IAtomActionResultPropagator.Stub](/reference/android/support/test/espresso/web/action/IAtomActionResultPropagator.Stub) | | | [IAtomActionResultPropagator.Stub.Proxy](/reference/android/support/test/espresso/web/action/IAtomActionResultPropagator.Stub.Proxy) | | ||\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nEnables the ability to propagate results back from a remote ViewAction running in a different\nprocess.\n\nSummary\n-------\n\n| ### Nested classes ||\n|----------|--------------------------------------------------------------------------------------------------------------------------|\n| ` class` | [IAtomActionResultPropagator.Stub](/reference/android/support/test/espresso/web/action/IAtomActionResultPropagator.Stub) |\n\n| ### Public methods ||\n|------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` abstract void` | ` `[setError](/reference/android/support/test/espresso/web/action/IAtomActionResultPropagator#setError(android.os.Bundle))`(`[Bundle](https://developer.android.com/reference/android/os/Bundle.html)` errorMsg) ` |\n| ` abstract void` | ` `[setResult](/reference/android/support/test/espresso/web/action/IAtomActionResultPropagator#setResult(android.support.test.espresso.web.model.Evaluation))`(`[Evaluation](/reference/android/support/test/espresso/web/model/Evaluation)` eval) ` |\n\n| ### Inherited methods |\n|-----------------------|---|\n| From interface ` `[android.os.IInterface](https://developer.android.com/reference/android/os/IInterface.html)` ` |----------------------------------------------------------------------------------------|----------------| | ` abstract `[IBinder](https://developer.android.com/reference/android/os/IBinder.html) | ` asBinder() ` | ||\n\nPublic methods\n--------------\n\n### setError\n\n```\nvoid setError (Bundle errorMsg)\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Parameters ||\n|------------|-----------------|\n| `errorMsg` | `Bundle` \u003cbr /\u003e |\n\n| Throws ||\n|--------------------------------------------------------------------------------------------|---|\n| [RemoteException](https://developer.android.com/reference/android/os/RemoteException.html) | |\n\n### setResult\n\n```\nvoid setResult (Evaluation eval)\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Parameters ||\n|--------|---------------------|\n| `eval` | `Evaluation` \u003cbr /\u003e |\n\n| Throws ||\n|--------------------------------------------------------------------------------------------|---|\n| [RemoteException](https://developer.android.com/reference/android/os/RemoteException.html) | |\n\n-\n\n Interfaces\n ----------\n\n - [IAtomActionResultPropagator](/reference/android/support/test/espresso/web/action/IAtomActionResultPropagator)\n-\n\n Classes\n -------\n\n - [AtomAction](/reference/android/support/test/espresso/web/action/AtomAction)\n - [EnableJavascriptAction](/reference/android/support/test/espresso/web/action/EnableJavascriptAction)\n - [IAtomActionResultPropagator.Stub](/reference/android/support/test/espresso/web/action/IAtomActionResultPropagator.Stub)\n - [IAtomActionResultPropagator.Stub.Proxy](/reference/android/support/test/espresso/web/action/IAtomActionResultPropagator.Stub.Proxy)"]]