Class FriendMsgEchoCallback
- java.lang.Object
-
- in.dragonbra.javasteam.steam.steamclient.callbackmgr.CallbackMsg
-
- in.dragonbra.javasteam.steam.handlers.steamfriends.callback.FriendMsgEchoCallback
-
- All Implemented Interfaces:
ICallbackMsg
public class FriendMsgEchoCallback extends CallbackMsg
This callback is fired in response to receiving an echo message from another instance.
-
-
Constructor Summary
Constructors Constructor Description FriendMsgEchoCallback(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserverFriends.CMsgClientFriendMsgIncoming.Builder msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EChatEntryTypegetEntryType()java.lang.StringgetMessage()SteamIDgetSender()booleanisFromLimitedAccount()Gets a value indicating whether this message is from a limited account.-
Methods inherited from class in.dragonbra.javasteam.steam.steamclient.callbackmgr.CallbackMsg
getJobID, setJobID
-
-
-
-
Method Detail
-
getEntryType
public EChatEntryType getEntryType()
- Returns:
- the chat entry type.
-
isFromLimitedAccount
public boolean isFromLimitedAccount()
Gets a value indicating whether this message is from a limited account.- Returns:
- true if this message is from a limited account; otherwise, false.
-
getMessage
public java.lang.String getMessage()
- Returns:
- the message.
-
-