public class SteamWorkshop extends ClientMsgHandler
client| Constructor and Description |
|---|
SteamWorkshop() |
| Modifier and Type | Method and Description |
|---|---|
in.dragonbra.javasteam.types.AsyncJobSingle<UserActionPublishedFilesCallback> |
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 in.dragonbra.javasteam.types.AsyncJobSingle<UserActionPublishedFilesCallback> enumeratePublishedFilesByUserAction(EnumerationUserDetails details)
UserActionPublishedFilesCallback.
The returned AsyncJobSingle can also be awaited to retrieve the callback result.details - The specific details of the request.UserActionPublishedFilesCallback.public void handleMsg(IPacketMsg packetMsg)
ClientMsgHandlerhandleMsg in class ClientMsgHandlerpacketMsg - The packet message that contains the data.