Class ChatMsgCallback
- java.lang.Object
-
- in.dragonbra.javasteam.steam.steamclient.callbackmgr.CallbackMsg
-
- in.dragonbra.javasteam.steam.handlers.steamfriends.callback.ChatMsgCallback
-
- All Implemented Interfaces:
ICallbackMsg
public class ChatMsgCallback extends CallbackMsg
This callback is fired when a chat room message arrives.
-
-
Constructor Summary
Constructors Constructor Description ChatMsgCallback(MsgClientChatMsg msg, byte[] payload)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EChatEntryTypegetChatMsgType()SteamIDgetChatRoomID()SteamIDgetChatterID()java.lang.StringgetMessage()-
Methods inherited from class in.dragonbra.javasteam.steam.steamclient.callbackmgr.CallbackMsg
getJobID, setJobID
-
-
-
-
Constructor Detail
-
ChatMsgCallback
public ChatMsgCallback(MsgClientChatMsg msg, byte[] payload)
-
-
Method Detail
-
getChatMsgType
public EChatEntryType getChatMsgType()
- Returns:
- chat entry type.
-
getMessage
public java.lang.String getMessage()
- Returns:
- the message.
-
-