public final class UGCDetailsCallback extends CallbackMsg
SteamCloud.requestUGCDetails(long)
.Modifier and Type | Field and Description |
---|---|
private int |
appID
Gets the App ID the UGC is for.
|
private SteamID |
creator
Gets the App ID the UGC is for.
|
private String |
fileName
Gets the name of the file.
|
private int |
fileSize
Gets the size of the file.
|
private EResult |
result
Gets the result of the request.
|
private String |
URL
Gets the URL that the content is located at.
|
Constructor and Description |
---|
UGCDetailsCallback(uk.co.thomasc.steamkit.base.generated.SteammessagesClientserver.CMsgClientUFSGetUGCDetailsResponse msg) |
private final EResult result
private final int appID
private final SteamID creator
private final String URL
private final String fileName
private final int fileSize
Copyright © 2012. All Rights Reserved.