ServiceMethodResponse

class ServiceMethodResponse<T : GeneratedMessage.Builder<T>>(clazz: Class<out AbstractMessage>, packetMsg: PacketClientMsgProtobuf) : CallbackMsg

Author

Lossy

Since

2024-10-22

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

Constructors

Link copied to clipboard
constructor(clazz: Class<out AbstractMessage>, packetMsg: PacketClientMsgProtobuf)

Properties

Link copied to clipboard
val body: T

The protobuf body.

Link copied to clipboard

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
val result: EResult

The result of the message.