Class ChatMsgCallback

  • All Implemented Interfaces:
    ICallbackMsg

    public class ChatMsgCallback
    extends CallbackMsg
    This callback is fired when a chat room message arrives.
    • Constructor Detail

      • ChatMsgCallback

        public ChatMsgCallback​(MsgClientChatMsg msg,
                               byte[] payload)
    • Method Detail

      • getChatterID

        public SteamID getChatterID()
        Returns:
        the SteamID of the chatter.
      • getChatRoomID

        public SteamID getChatRoomID()
        Returns:
        the SteamID of the chat room.
      • getChatMsgType

        public EChatEntryType getChatMsgType()
        Returns:
        chat entry type.
      • getMessage

        public java.lang.String getMessage()
        Returns:
        the message.