ServiceMethodResponse

Author

Lossy

Since

2023-01-04

This callback is returned in response to a service method sent through SteamUnifiedMessages.

Constructors

Link copied to clipboard
constructor(packetMsg: PacketClientMsgProtobuf)

Properties

Link copied to clipboard
open override var jobID: JobID

Gets or sets the job ID this callback refers to. If it is not a job callback, it will be JobID.INVALID.

Link copied to clipboard

Gets the full name of the service method.

Link copied to clipboard
Link copied to clipboard
val protoHeader: SteammessagesBase.CMsgProtoBufHeader

Gets the Proto Header, See SteammessagesBase.CMsgProtoBufHeader

Link copied to clipboard
val result: EResult

Gets the result of the message.

Link copied to clipboard

Gets the name of the RPC method.

Link copied to clipboard

Gets the name of the Service.

Functions

Link copied to clipboard
fun <T : GeneratedMessage.Builder<T>> getDeserializedResponse(clazz: Class<out AbstractMessage>): T

Deserializes the response into a protobuf object.