Interface UnitConfWebService

All Superinterfaces:
WebService
All Known Implementing Classes:
UnitConfRetrofitWebService

public interface UnitConfWebService extends WebService
Since:
8/5/23
  • Method Details

    • getUnitConf

      void getUnitConf(String token, WebServiceResponseHandler<UnitConf> handler)
      Method that will retrieve the unit config file for the current unit
      Parameters:
      token - the token to authenticate and get the Unit Config
      handler - the handler to manage the status of the request
    • updateUnitConf

      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
      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