Class SteamNotifications


  • public class SteamNotifications
    extends ClientMsgHandler
    This handler handles steam notifications.
    • Constructor Detail

      • SteamNotifications

        public SteamNotifications()
    • Method Detail

      • requestCommentNotifications

        public void requestCommentNotifications()
        Request comment notifications. Results are returned in a CommentNotificationsCallback.
      • requestItemAnnouncements

        public void requestItemAnnouncements()
        Request new items notifications. Results are returned in a ItemAnnouncementsCallback.
      • handleMsg

        public void handleMsg​(IPacketMsg packetMsg)
        Description copied from class: ClientMsgHandler
        Handles a client message. This should not be called directly.
        Specified by:
        handleMsg in class ClientMsgHandler
        Parameters:
        packetMsg - The packet message that contains the data.