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

public class UnitConfRetrofitWebService extends Object implements UnitConfWebService
Since:
8/5/23
  • Constructor Details

  • Method Details

    • updateUnitConf

      public void updateUnitConf(String token, UnitConf unitConf, WebServiceResponseHandler<retrofit.client.Response> handler)
      Method that will update the unit config file for the current venue, represented by json structure
      Specified by:
      updateUnitConf in interface UnitConfWebService
      Parameters:
      token - the token to authenticate and post the Unit Config
      unitConf - the unit object to update or create the Receiver Config in the server
      handler - the handler to manage the request status
    • getUnitConf

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