java.lang.Object
com.exxothermic.audioeverywheresdk.webservices.api.exxtractorapi.retrofit.VenueConfRetrofitWebService
All Implemented Interfaces:
VenueConfWebService, WebService

public class VenueConfRetrofitWebService extends Object implements VenueConfWebService
Since:
8/5/23
  • Constructor Details

  • Method Details

    • updateVenueConf

      public void updateVenueConf(String token, VenueConf venueConf, WebServiceResponseHandler<retrofit.client.Response> handler)
      Method that will update the venue config file for the current venue, represented by json structure
      Specified by:
      updateVenueConf in interface VenueConfWebService
      Parameters:
      token - the token to authenticate and post the Unit Config
      venueConf - the venue object to update or create the Venue Config in the server
      handler - the handler to manage the request status
    • getVenueConf

      public void getVenueConf(String token, WebServiceResponseHandler<VenueConf> handler)
      Method that will retrieve the venue config file of the current venue
      Specified by:
      getVenueConf in interface VenueConfWebService
      Parameters:
      token - the token to authenticate and get the Venue Config
      handler - the handler to manage the status of the request