Class SessionStartCallback
- java.lang.Object
-
- in.dragonbra.javasteam.steam.steamclient.callbackmgr.CallbackMsg
-
- in.dragonbra.javasteam.steam.handlers.steamtrading.callback.SessionStartCallback
-
- All Implemented Interfaces:
ICallbackMsg
public class SessionStartCallback extends CallbackMsg
This callback is fired when a trading session has started.
-
-
Constructor Summary
Constructors Constructor Description SessionStartCallback(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserver2.CMsgTrading_StartSession.Builder msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SteamIDgetOtherClient()-
Methods inherited from class in.dragonbra.javasteam.steam.steamclient.callbackmgr.CallbackMsg
getJobID, setJobID
-
-
-
-
Method Detail
-
getOtherClient
public SteamID getOtherClient()
- Returns:
- the SteamID of the client that this the trading session has started with.
-
-