Class ShareFileCallback
- java.lang.Object
-
- in.dragonbra.javasteam.steam.steamclient.callbackmgr.CallbackMsg
-
- in.dragonbra.javasteam.steam.handlers.steamcloud.callback.ShareFileCallback
-
- All Implemented Interfaces:
ICallbackMsg
public class ShareFileCallback extends CallbackMsg
This callback is received in response to callingSteamCloud.shareFile(int, String).
-
-
Constructor Summary
Constructors Constructor Description ShareFileCallback(JobID jobID, in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserverUfs.CMsgClientUFSShareFileResponse.Builder msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EResultgetResult()longgetUgcId()-
Methods inherited from class in.dragonbra.javasteam.steam.steamclient.callbackmgr.CallbackMsg
getJobID, setJobID
-
-
-
-
Constructor Detail
-
ShareFileCallback
public ShareFileCallback(JobID jobID, in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserverUfs.CMsgClientUFSShareFileResponse.Builder msg)
-
-
Method Detail
-
getResult
public EResult getResult()
- Returns:
- the result of the request.
-
getUgcId
public long getUgcId()
- Returns:
- the resulting UGC handle.
-
-