SteamNotifications

This handler handles steam notifications.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun handleMsg(packetMsg: IPacketMsg)

Handles a client message. This should not be called directly.

Link copied to clipboard

Request comment notifications. Results are returned in a CommentNotificationsCallback.

Link copied to clipboard

Request new items notifications. Results are returned in a ItemAnnouncementsCallback.

Link copied to clipboard

Request offline message count. Results are returned in a OfflineMessageNotificationCallback.

Link copied to clipboard
fun setup(client: SteamClient)