Class LocationRetrofitWebService
java.lang.Object
com.exxothermic.audioeverywheresdk.webservices.api.exxtractorapi.retrofit.LocationRetrofitWebService
- All Implemented Interfaces:
ExxtractorLocationService
,WebService
Available methods for the Location Web Service.
- Since:
- 8/13/14
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getExxtractorLocation
(int deviceType, WebServiceResponseHandler<Location> handler) Method that retrieves the information for an exxtractor given a certain location
-
Constructor Details
-
LocationRetrofitWebService
-
-
Method Details
-
getExxtractorLocation
Method that retrieves the information for an exxtractor given a certain location- Specified by:
getExxtractorLocation
in interfaceExxtractorLocationService
- Parameters:
deviceType
- the device type used that generate the requesthandler
- the handler to manage the request status
-