Class AliasHistoryCallback
- java.lang.Object
-
- in.dragonbra.javasteam.steam.steamclient.callbackmgr.CallbackMsg
-
- in.dragonbra.javasteam.steam.handlers.steamfriends.callback.AliasHistoryCallback
-
- All Implemented Interfaces:
ICallbackMsg
public class AliasHistoryCallback extends CallbackMsg
Callback fired in response to callingSteamFriends.requestAliasHistory(SteamID).
-
-
Constructor Summary
Constructors Constructor Description AliasHistoryCallback(JobID jobID, in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserver.CMsgClientAMGetPersonaNameHistoryResponse.Builder msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<NameTableInstance>getResponses()-
Methods inherited from class in.dragonbra.javasteam.steam.steamclient.callbackmgr.CallbackMsg
getJobID, setJobID
-
-
-
-
Constructor Detail
-
AliasHistoryCallback
public AliasHistoryCallback(JobID jobID, in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserver.CMsgClientAMGetPersonaNameHistoryResponse.Builder msg)
-
-
Method Detail
-
getResponses
public java.util.List<NameTableInstance> getResponses()
- Returns:
- the responses to the steam ids
-
-