Class LicenseListCallback
- java.lang.Object
-
- in.dragonbra.javasteam.steam.steamclient.callbackmgr.CallbackMsg
-
- in.dragonbra.javasteam.steam.handlers.steamapps.callback.LicenseListCallback
-
- All Implemented Interfaces:
ICallbackMsg
public class LicenseListCallback extends CallbackMsg
This callback is fired during logon, informing the client of it's available licenses.
-
-
Constructor Summary
Constructors Constructor Description LicenseListCallback(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserver.CMsgClientLicenseList.Builder msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<License>getLicenseList()EResultgetResult()-
Methods inherited from class in.dragonbra.javasteam.steam.steamclient.callbackmgr.CallbackMsg
getJobID, setJobID
-
-