Class AppOwnershipTicketCallback

    • Constructor Summary

      Constructors 
      Constructor Description
      AppOwnershipTicketCallback​(JobID jobID, in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserver.CMsgClientGetAppOwnershipTicketResponse.Builder msg)  
    • Constructor Detail

      • AppOwnershipTicketCallback

        public AppOwnershipTicketCallback​(JobID jobID,
                                          in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserver.CMsgClientGetAppOwnershipTicketResponse.Builder msg)
    • Method Detail

      • getResult

        public EResult getResult()
        Returns:
        the result of requesting the ticket.
      • getAppID

        public int getAppID()
        Returns:
        the AppID this ticket is for.
      • getTicket

        public byte[] getTicket()
        Returns:
        the ticket data.