Class LicenseListCallback

  • All Implemented Interfaces:
    ICallbackMsg

    public class LicenseListCallback
    extends CallbackMsg
    This callback is fired during logon, informing the client of it's available licenses.
    • Constructor Summary

      Constructors 
      Constructor Description
      LicenseListCallback​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserver.CMsgClientLicenseList.Builder msg)  
    • Constructor Detail

      • LicenseListCallback

        public LicenseListCallback​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserver.CMsgClientLicenseList.Builder msg)
    • Method Detail

      • getResult

        public EResult getResult()
        Returns:
        the result of the message.
      • getLicenseList

        public java.util.List<License> getLicenseList()
        Returns:
        the license list.