Constructors

Link copied to clipboard
constructor(unifiedMessages: SteamUnifiedMessages? = null)

Abstract definition of a steam unified messages service.

Properties

Link copied to clipboard
abstract val serviceName: String

The name of the steam unified messages service.

Link copied to clipboard

A reference to the SteamUnifiedMessages instance this service was created from.

Functions

Link copied to clipboard
abstract fun handleNotificationMsg(methodName: String, packetMsg: PacketClientMsgProtobuf)

Handles a notification message for this service. This should not be called directly.

Link copied to clipboard
abstract fun handleResponseMsg(methodName: String, packetMsg: PacketClientMsgProtobuf)

Handles a response message for this service. This should not be called directly.