public ReportServiceApi
Defines API used to communicate with the Report part of Geofencing service.
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<com.tomtom.online.sdk.geofencing.data.report.ReportServiceResponse> |
obtainReport(ReportServiceQuery reportServiceQuery)
Performs the request to ReportService of Geofencing to obtain the report.
|
void |
obtainReport(ReportServiceQuery reportServiceQuery,
ReportServiceResultListener callback)
Performs the request to ReportService of Geofencing to obtain the report.
|
io.reactivex.Single<com.tomtom.online.sdk.geofencing.data.report.ReportServiceResponse> obtainReport(ReportServiceQuery reportServiceQuery)
Performs the request to ReportService of Geofencing to obtain the report.
reportServiceQuery
- Query object which is used to pass data to Report serviceclass ReportServiceResponse
void obtainReport(ReportServiceQuery reportServiceQuery, ReportServiceResultListener callback)
Performs the request to ReportService of Geofencing to obtain the report.
reportServiceQuery
- Query object which is used to pass data to the Report servicecallback
- Listener on class ReportServiceResponse