Class 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 Detail

      • FriendAddedCallback

        public FriendAddedCallback​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserverFriends.CMsgClientAddFriendResponse.Builder msg)
    • Method Detail

      • getResult

        public EResult getResult()
        Returns:
        the result of the request.
      • getSteamID

        public SteamID getSteamID()
        Returns:
        the SteamID of the friend that was added.
      • getPersonaName

        public java.lang.String getPersonaName()
        Returns:
        the persona name of the friend.