public interface

EspressoRemoteMessage

androidx.test.espresso.remote.EspressoRemoteMessage

Class Overview

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

Summary

Nested Classes
interface EspressoRemoteMessage.From<T, M> Transforms a proto message of type M into a class of type T. 
interface EspressoRemoteMessage.To<M> Transforms a class implementing this interface to a proto message.