Class UserNotificationsCallback
- java.lang.Object
-
- in.dragonbra.javasteam.steam.steamclient.callbackmgr.CallbackMsg
-
- in.dragonbra.javasteam.steam.handlers.steamnotifications.callback.UserNotificationsCallback
-
- All Implemented Interfaces:
ICallbackMsg
public class UserNotificationsCallback extends CallbackMsg
Fired when the client receives user notifications.
-
-
Constructor Summary
Constructors Constructor Description UserNotificationsCallback(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserver2.CMsgClientUserNotifications.Builder msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Notification>getNotifications()-
Methods inherited from class in.dragonbra.javasteam.steam.steamclient.callbackmgr.CallbackMsg
getJobID, setJobID
-
-
-
-
Method Detail
-
getNotifications
public java.util.List<Notification> getNotifications()
- Returns:
- the notifications
-
-