ServiceMethodNotification

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

Author

Lossy

Since

2024-10-22

This callback represents a service notification received though 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

The name of the job, in the format Service.Method#Version.