ServiceMethodNotification

class ServiceMethodNotification(messageType: Class<out AbstractMessage>, packetMsg: IPacketMsg) : CallbackMsg

Author

Lossy

Since

2023-01-04

This callback represents a service notification received though SteamUnifiedMessages.

Constructors

Link copied to clipboard
constructor(messageType: Class<out AbstractMessage>, packetMsg: IPacketMsg)

Properties

Link copied to clipboard
val body: Any

Gets the protobuf notification body.

Link copied to clipboard

Gets the client message, See ClientMsgProtobuf

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
val protoHeader: SteammessagesBase.CMsgProtoBufHeader

Gets the Proto Header, See SteammessagesBase.CMsgProtoBufHeader

Link copied to clipboard

Gets the name of the RPC method.

Link copied to clipboard

Gets the name of the Service.