Class ScreenshotAddedCallback
- java.lang.Object
-
- in.dragonbra.javasteam.steam.steamclient.callbackmgr.CallbackMsg
-
- in.dragonbra.javasteam.steam.handlers.steamscreenshots.callback.ScreenshotAddedCallback
-
- All Implemented Interfaces:
ICallbackMsg
public class ScreenshotAddedCallback extends CallbackMsg
This callback is fired when a new screenshot is added.
-
-
Constructor Summary
Constructors Constructor Description ScreenshotAddedCallback(JobID jobID, in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserverUcm.CMsgClientUCMAddScreenshotResponse.Builder msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EResultgetResult()UGCHandlegetScreenshotID()-
Methods inherited from class in.dragonbra.javasteam.steam.steamclient.callbackmgr.CallbackMsg
getJobID, setJobID
-
-
-
-
Constructor Detail
-
ScreenshotAddedCallback
public ScreenshotAddedCallback(JobID jobID, in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserverUcm.CMsgClientUCMAddScreenshotResponse.Builder msg)
-
-