Class LegacyGameKeyCallback
- java.lang.Object
-
- in.dragonbra.javasteam.steam.steamclient.callbackmgr.CallbackMsg
-
- in.dragonbra.javasteam.steam.handlers.steamapps.callback.LegacyGameKeyCallback
-
- All Implemented Interfaces:
ICallbackMsg
public class LegacyGameKeyCallback extends CallbackMsg
This callback is received in response to callingSteamApps.getLegacyGameKey(int).
-
-
Constructor Summary
Constructors Constructor Description LegacyGameKeyCallback(JobID jobID, MsgClientGetLegacyGameKeyResponse msg, byte[] payload)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAppID()java.lang.StringgetKey()EResultgetResult()-
Methods inherited from class in.dragonbra.javasteam.steam.steamclient.callbackmgr.CallbackMsg
getJobID, setJobID
-
-
-
-
Constructor Detail
-
LegacyGameKeyCallback
public LegacyGameKeyCallback(JobID jobID, MsgClientGetLegacyGameKeyResponse msg, byte[] payload)
-
-
Method Detail
-
getResult
public EResult getResult()
- Returns:
- the result of requesting this game key.
-
getAppID
public int getAppID()
- Returns:
- the appid that this game key is for.
-
getKey
public java.lang.String getKey()
- Returns:
- the game key.
-
-