EspressoRemoteMessage.From


interface EspressoRemoteMessage.From

Transforms a proto message of type M into a class of type T. M should either extend

Parameters

Type parameter T represent the return type of the transformation, typically a ViewMatcher, ViewAction or ViewAssertion.

Type parameter M should either extend com.google.protobuf.MessageLite or enum message

Summary

Public functions

T!
fromProto(message: M!)

Public functions

fromProto

fun fromProto(message: M!): T!