Class ProfileInfoCallback

  • All Implemented Interfaces:
    ICallbackMsg

    public class ProfileInfoCallback
    extends CallbackMsg
    This callback is fired in response to requesting profile info for a user.
    • Constructor Detail

      • ProfileInfoCallback

        public ProfileInfoCallback​(JobID jobID,
                                   in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserverFriends.CMsgClientFriendProfileInfoResponse.Builder response)
      • ProfileInfoCallback

        public ProfileInfoCallback​(EResult result,
                                   SteamID steamID,
                                   java.util.Date timeCreated,
                                   java.lang.String realName,
                                   java.lang.String cityName,
                                   java.lang.String stateName,
                                   java.lang.String countryName,
                                   java.lang.String headline,
                                   java.lang.String summary)
    • Method Detail

      • getResult

        public EResult getResult()
        Returns:
        the result of requesting profile info.
      • getSteamID

        public SteamID getSteamID()
        Returns:
        the SteamID this info belongs to.
      • getTimeCreated

        public java.util.Date getTimeCreated()
        Returns:
        the time this account was created.
      • getRealName

        public java.lang.String getRealName()
        Returns:
        the real name.
      • getCityName

        public java.lang.String getCityName()
        Returns:
        the name of the city.
      • getStateName

        public java.lang.String getStateName()
        Returns:
        the name of the state.
      • getCountryName

        public java.lang.String getCountryName()
        Returns:
        the name of the country.
      • getHeadline

        public java.lang.String getHeadline()
        Returns:
        the headline.
      • getSummary

        public java.lang.String getSummary()
        Returns:
        the summary.