Class SteamWorkshop
- java.lang.Object
-
- in.dragonbra.javasteam.handlers.ClientMsgHandler
-
- in.dragonbra.javasteam.steam.handlers.steamworkshop.SteamWorkshop
-
public class SteamWorkshop extends ClientMsgHandler
This handler is used for requesting files published on the Steam Workshop.
-
-
Field Summary
-
Fields inherited from class in.dragonbra.javasteam.handlers.ClientMsgHandler
client
-
-
Constructor Summary
Constructors Constructor Description SteamWorkshop()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JobIDenumeratePublishedFilesByUserAction(EnumerationUserDetails details)Enumerates the list of published files for the current logged-in user based on user action.voidhandleMsg(IPacketMsg packetMsg)Handles a client message.-
Methods inherited from class in.dragonbra.javasteam.handlers.ClientMsgHandler
getClient, isExpectDisconnection, setExpectDisconnection, setup
-
-
-
-
Method Detail
-
enumeratePublishedFilesByUserAction
public JobID enumeratePublishedFilesByUserAction(EnumerationUserDetails details)
Enumerates the list of published files for the current logged-in user based on user action. Results are returned in aUserActionPublishedFilesCallback.- Parameters:
details- The specific details of the request.- Returns:
- The Job ID of the request. This can be used to find the appropriate
UserActionPublishedFilesCallback.
-
handleMsg
public void handleMsg(IPacketMsg packetMsg)
Description copied from class:ClientMsgHandlerHandles a client message. This should not be called directly.- Specified by:
handleMsgin classClientMsgHandler- Parameters:
packetMsg- The packet message that contains the data.
-
-