getDeserializedResponse

fun <T : GeneratedMessage.Builder<T>> getDeserializedResponse(clazz: Class<out AbstractMessage>): T

Deserializes the response into a protobuf object.

Return

The response to the message sent through SteamUnifiedMessages.

Parameters

clazz

The message class, type erasure.

T

Protobuf type of the response message.