public class SteamNotifications extends ClientMsgHandler
client| Constructor and Description |
|---|
SteamNotifications() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleMsg(IPacketMsg packetMsg)
Handles a client message.
|
void |
requestCommentNotifications()
Request comment notifications.
|
void |
requestItemAnnouncements()
Request new items notifications.
|
void |
requestOfflineMessageCount()
Request offline message count.
|
getClient, isExpectDisconnection, setExpectDisconnection, setuppublic void requestCommentNotifications()
CommentNotificationsCallback.public void requestItemAnnouncements()
ItemAnnouncementsCallback.public void requestOfflineMessageCount()
OfflineMessageNotificationCallback.public void handleMsg(IPacketMsg packetMsg)
ClientMsgHandlerhandleMsg in class ClientMsgHandlerpacketMsg - The packet message that contains the data.