Class ChatRoomInfoCallback
- java.lang.Object
-
- in.dragonbra.javasteam.steam.steamclient.callbackmgr.CallbackMsg
-
- in.dragonbra.javasteam.steam.handlers.steamfriends.callback.ChatRoomInfoCallback
-
- All Implemented Interfaces:
ICallbackMsg
public class ChatRoomInfoCallback extends CallbackMsg
This callback is fired in response to chat room info being recieved.
-
-
Constructor Summary
Constructors Constructor Description ChatRoomInfoCallback(MsgClientChatRoomInfo msg, byte[] payload)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SteamIDgetChatRoomID()EChatInfoTypegetType()-
Methods inherited from class in.dragonbra.javasteam.steam.steamclient.callbackmgr.CallbackMsg
getJobID, setJobID
-
-
-
-
Constructor Detail
-
ChatRoomInfoCallback
public ChatRoomInfoCallback(MsgClientChatRoomInfo msg, byte[] payload)
-
-
Method Detail
-
getType
public EChatInfoType getType()
- Returns:
- the info type.
-
-