Class OfflineMessageNotificationCallback
- java.lang.Object
-
- in.dragonbra.javasteam.steam.steamclient.callbackmgr.CallbackMsg
-
- in.dragonbra.javasteam.steam.handlers.steamnotifications.callback.OfflineMessageNotificationCallback
-
- All Implemented Interfaces:
ICallbackMsg
public class OfflineMessageNotificationCallback extends CallbackMsg
Fired in response to callingSteamNotifications.requestOfflineMessageCount().
-
-
Constructor Summary
Constructors Constructor Description OfflineMessageNotificationCallback(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserver2.CMsgClientOfflineMessageNotification.Builder msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<SteamID>getFriendsWithOfflineMessages()intgetMessageCount()-
Methods inherited from class in.dragonbra.javasteam.steam.steamclient.callbackmgr.CallbackMsg
getJobID, setJobID
-
-
-
-
Method Detail
-
getMessageCount
public int getMessageCount()
- Returns:
- the number of new messages
-
getFriendsWithOfflineMessages
public java.util.List<SteamID> getFriendsWithOfflineMessages()
- Returns:
- the ids of friends the new messages belong to
-
-