Transforms an Espresso remote message from and to a proto message. TODO: Once this API
is stable document on how and when these IFs need to be implemented
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.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# EspressoRemoteMessage\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\nEspressoRemoteMessage\n`\n\n\n`\n\n\n`\n\n|------------------------------------------------------------|\n| android.support.test.espresso.remote.EspressoRemoteMessage |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nTransforms an Espresso remote message from and to a proto message. TODO: Once this API\nis stable document on how and when these IFs need to be implemented\n\nSummary\n-------\n\n-\n\n Interfaces\n ----------\n\n - [Bindable](/reference/android/support/test/espresso/remote/Bindable)\n - [Converter](/reference/android/support/test/espresso/remote/Converter)\n - [EspressoRemoteMessage](/reference/android/support/test/espresso/remote/EspressoRemoteMessage)\n - [EspressoRemoteMessage.From](/reference/android/support/test/espresso/remote/EspressoRemoteMessage.From)\n - [EspressoRemoteMessage.To](/reference/android/support/test/espresso/remote/EspressoRemoteMessage.To)\n - [RemoteInteraction](/reference/android/support/test/espresso/remote/RemoteInteraction)\n-\n\n Classes\n -------\n\n - [ConstructorInvocation](/reference/android/support/test/espresso/remote/ConstructorInvocation)\n - [EspressoRemote](/reference/android/support/test/espresso/remote/EspressoRemote)\n - [FieldDescriptor](/reference/android/support/test/espresso/remote/FieldDescriptor)\n - [GenericRemoteMessage](/reference/android/support/test/espresso/remote/GenericRemoteMessage)\n - [InteractionRequest](/reference/android/support/test/espresso/remote/InteractionRequest)\n - [InteractionRequest.Builder](/reference/android/support/test/espresso/remote/InteractionRequest.Builder)\n - [InteractionResponse](/reference/android/support/test/espresso/remote/InteractionResponse)\n - [InteractionResponse.Builder](/reference/android/support/test/espresso/remote/InteractionResponse.Builder)\n - [InteractionResponse.RemoteError](/reference/android/support/test/espresso/remote/InteractionResponse.RemoteError)\n - [NoopRemoteInteraction](/reference/android/support/test/espresso/remote/NoopRemoteInteraction)\n - [ProtoUtils](/reference/android/support/test/espresso/remote/ProtoUtils)\n - [RemoteDescriptor](/reference/android/support/test/espresso/remote/RemoteDescriptor)\n - [RemoteDescriptor.Builder](/reference/android/support/test/espresso/remote/RemoteDescriptor.Builder)\n - [RemoteDescriptorRegistry](/reference/android/support/test/espresso/remote/RemoteDescriptorRegistry)\n - [RemoteInteractionRegistry](/reference/android/support/test/espresso/remote/RemoteInteractionRegistry)\n - [TypeProtoConverters](/reference/android/support/test/espresso/remote/TypeProtoConverters)\n-\n\n Enums\n -----\n\n - [InteractionResponse.Status](/reference/android/support/test/espresso/remote/InteractionResponse.Status)\n-\n\n Exceptions\n ----------\n\n - [NoRemoteEspressoInstanceException](/reference/android/support/test/espresso/remote/NoRemoteEspressoInstanceException)\n - [RemoteEspressoException](/reference/android/support/test/espresso/remote/RemoteEspressoException)\n - [RemoteProtocolException](/reference/android/support/test/espresso/remote/RemoteProtocolException)\n\n| ### Nested classes ||\n|--------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` interface` | [EspressoRemoteMessage.From](/reference/android/support/test/espresso/remote/EspressoRemoteMessage.From)`\u003cT, M\u003e` Transforms a proto message of type M into a class of type T. |\n| ` interface` | [EspressoRemoteMessage.To](/reference/android/support/test/espresso/remote/EspressoRemoteMessage.To)`\u003cM\u003e` Transforms a class implementing this interface to a proto message. |"]]