Class CommentNotificationsCallback
- java.lang.Object
-
- in.dragonbra.javasteam.steam.steamclient.callbackmgr.CallbackMsg
-
- in.dragonbra.javasteam.steam.handlers.steamnotifications.callback.CommentNotificationsCallback
-
- All Implemented Interfaces:
ICallbackMsg
public class CommentNotificationsCallback extends CallbackMsg
Fired in response to callingSteamNotifications.requestCommentNotifications().
-
-
Constructor Summary
Constructors Constructor Description CommentNotificationsCallback(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserver2.CMsgClientCommentNotifications.Builder msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCommentCount()intgetCommentOwnerCount()intgetCommentSubscriptionsCount()-
Methods inherited from class in.dragonbra.javasteam.steam.steamclient.callbackmgr.CallbackMsg
getJobID, setJobID
-
-
-
-
Method Detail
-
getCommentCount
public int getCommentCount()
- Returns:
- the number of new comments
-
getCommentOwnerCount
public int getCommentOwnerCount()
- Returns:
- the number of new comments on the users profile
-
getCommentSubscriptionsCount
public int getCommentSubscriptionsCount()
- Returns:
- the number of new comments on subscribed threads
-
-