Class ChatInviteCallback
- java.lang.Object
-
- in.dragonbra.javasteam.steam.steamclient.callbackmgr.CallbackMsg
-
- in.dragonbra.javasteam.steam.handlers.steamfriends.callback.ChatInviteCallback
-
- All Implemented Interfaces:
ICallbackMsg
public class ChatInviteCallback extends CallbackMsg
This callback is fired when a chat invite is recieved.
-
-
Constructor Summary
Constructors Constructor Description ChatInviteCallback(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserver.CMsgClientChatInvite.Builder invite)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SteamIDgetChatRoomID()java.lang.StringgetChatRoomName()EChatRoomTypegetChatRoomType()SteamIDgetFriendChatID()GameIDgetGameID()SteamIDgetInvitedID()SteamIDgetPatronID()-
Methods inherited from class in.dragonbra.javasteam.steam.steamclient.callbackmgr.CallbackMsg
getJobID, setJobID
-
-
-
-
Method Detail
-
getInvitedID
public SteamID getInvitedID()
- Returns:
- the
SteamIDof the user who was invited to the chat.
-
getPatronID
public SteamID getPatronID()
- Returns:
- the
SteamIDof the user who performed the invitation.
-
getChatRoomType
public EChatRoomType getChatRoomType()
- Returns:
- the chat room type.
-
getChatRoomName
public java.lang.String getChatRoomName()
- Returns:
- the name of the chat room.
-
-