Class VanityURLChangedCallback

  • All Implemented Interfaces:
    ICallbackMsg

    public class VanityURLChangedCallback
    extends CallbackMsg
    This callback is received when users' vanity url changes.
    • Constructor Summary

      Constructors 
      Constructor Description
      VanityURLChangedCallback​(JobID jobID, in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserver2.CMsgClientVanityURLChangedNotification.Builder msg)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getVanityUrl()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VanityURLChangedCallback

        public VanityURLChangedCallback​(JobID jobID,
                                        in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserver2.CMsgClientVanityURLChangedNotification.Builder msg)
    • Method Detail

      • getVanityUrl

        public java.lang.String getVanityUrl()
        Returns:
        the new vanity url.