Class FriendAddedCallback
- java.lang.Object
-
- in.dragonbra.javasteam.steam.steamclient.callbackmgr.CallbackMsg
-
- in.dragonbra.javasteam.steam.handlers.steamfriends.callback.FriendAddedCallback
-
- All Implemented Interfaces:
ICallbackMsg
public class FriendAddedCallback extends CallbackMsg
This callback is fired in response to adding a user to your friends list.
-
-
Constructor Summary
Constructors Constructor Description FriendAddedCallback(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserverFriends.CMsgClientAddFriendResponse.Builder msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetPersonaName()EResultgetResult()SteamIDgetSteamID()-
Methods inherited from class in.dragonbra.javasteam.steam.steamclient.callbackmgr.CallbackMsg
getJobID, setJobID
-
-