public class SteamWorkshop extends ClientMsgHandler
client| Constructor and Description |
|---|
SteamWorkshop() |
| Modifier and Type | Method and Description |
|---|---|
JobID |
enumeratePublishedFilesByUserAction(EnumerationUserDetails details)
Enumerates the list of published files for the current logged in user based on user action.
|
void |
handleMsg(IPacketMsg packetMsg)
Handles a client message.
|
getClient, isExpectDisconnection, setExpectDisconnection, setuppublic JobID enumeratePublishedFilesByUserAction(EnumerationUserDetails details)
UserActionPublishedFilesCallback.details - The specific details of the request.UserActionPublishedFilesCallback.public void handleMsg(IPacketMsg packetMsg)
ClientMsgHandlerhandleMsg in class ClientMsgHandlerpacketMsg - The packet message that contains the data.